zephyr/arch/x86
Peter Mitsis 40b5200c73 Optimizations to _NewContext() and _NewContextInternal()
Since the address of the new context is known before _NewContext() is invoked
(due to it being passed a properly aligned stack), there is no longer any
need for _NewContext to return the pointer to the context.

Furthermore, as a direct result of the properly aligned stack, the pointer to
the new context does not need to be passed as a separate parameter since it
will always match the passed stack pointer.

Change-Id: Ie57a9c4ad17f6f13e8b3f659cd701d4f8950ea97
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:13 -05:00
..
bsp Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
configs Remove CUSTOM_RANDOM_GENERATOR from atom_n28xx platfotm 2016-02-05 20:14:12 -05:00
core Optimizations to _NewContext() and _NewContextInternal() 2016-02-05 20:14:13 -05:00
generic_pc Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
include Optimizations to _NewContext() and _NewContextInternal() 2016-02-05 20:14:13 -05:00
interrupt_controller Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
quark Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
task Rename missed instances of nanoFiberStart() 2016-02-05 20:14:13 -05:00
timer Renaming include/nanokernel to include/arch 2016-02-05 20:14:12 -05:00
Kconfig Random number generator driver unification 2016-02-05 20:14:12 -05:00
Makefile Creation of Makefiles for arch directory. 2016-02-05 20:14:04 -05:00
defconfig changed defconfig for generic_pc and x86 2016-02-05 20:14:11 -05:00