zephyr/arch/x86
Allan Stephens 3c8fb4ac7a Eliminate nanokernel/task sub-directory
Relocates start_task() so that it appears in the main microkernel
directory, alongside its complementary routine abort_task();
this corrects a long-standing anomaly in which this microkernel-
specific routine appeared in the nanokernel portion of the tree.

With this move, the start_task.c file and its parent nanokernel/task
sub-directory no longer serve any purpose and are removed. (Note that
no changes are required for ARC architecture support, which does not
support microkernel capabilities and doesn't use this sub-directory.)

Change-Id: I973e1c32c9a8ddcacdc08159069ae7cdfea0f107
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:51 -05:00
..
bsp Remove references to Simics in crt0.s comments 2016-02-05 20:13:48 -05:00
core Renaming _SysPowerSaveIdleExit to _sys_power_save_idle_exit 2016-02-05 20:13:47 -05:00
generic_pc console: Put the public API header in the right location 2016-02-05 20:13:48 -05:00
include Rename "activeLink" field of CCS to "next_context" 2016-02-05 20:13:45 -05:00
interrupt_controller Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
quark quark: Avoid duplicate definition 2016-02-05 20:13:48 -05:00
task
timer Remove remaining references to NLI 2016-02-05 20:13:48 -05:00
defs.objs Eliminate nanokernel/task sub-directory 2016-02-05 20:13:51 -05:00