summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-17 17:14:30 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-12-19 19:58:42 +0000
commit0d775bcd9c7cdcca0899b9793688a2bef525d8df (patch)
tree7fb9405603e624f8cd9e73e2c465b76a913f29d9
parent40b71833269604d82afc2e80c64db29d7907517d (diff)
x86: remove obsolete comment about tasks/fibers
Change-Id: Iff911329f5c981d0d47880924e8a4d52478423fd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r--arch/x86/core/thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/core/thread.c b/arch/x86/core/thread.c
index 0a4156aaa..dac586072 100644
--- a/arch/x86/core/thread.c
+++ b/arch/x86/core/thread.c
@@ -258,8 +258,6 @@ void _new_thread(char *pStackMem, size_t stackSize,
/*
* Create an initial context on the stack expected by the _Swap()
* primitive.
- * Given that both task and fibers execute at privilege 0, the
- * setup for both threads are equivalent.
*/
/* push arguments required by _thread_entry() */