kernel: remove deprecated init levels
Change-Id: Id69ec05d9f3417dcfe5ef7ff170681a0a40f3fe7 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
327486282a
commit
de38141898
5 changed files with 0 additions and 56 deletions
|
@ -19,9 +19,6 @@ extern "C" {
|
|||
* System initialization levels. The PRE_KERNEL_1 and PRE_KERNEL_2 levels are
|
||||
* executed in the kernel's initialization context, which uses the interrupt
|
||||
* stack. The remaining levels are executed in the kernel's main task.
|
||||
*
|
||||
* PRIMARY, SECONDARY, NANOKERNEL, MICROKERNEL levels are currently deprecated
|
||||
* and will be removed in the future.
|
||||
*/
|
||||
|
||||
#define _SYS_INIT_LEVEL_PRE_KERNEL_1 0
|
||||
|
@ -29,12 +26,6 @@ extern "C" {
|
|||
#define _SYS_INIT_LEVEL_POST_KERNEL 2
|
||||
#define _SYS_INIT_LEVEL_APPLICATION 3
|
||||
|
||||
/* Deprecated, remove eventually */
|
||||
#define _SYS_INIT_LEVEL_PRIMARY 4
|
||||
#define _SYS_INIT_LEVEL_SECONDARY 5
|
||||
#define _SYS_INIT_LEVEL_NANOKERNEL 6
|
||||
#define _SYS_INIT_LEVEL_MICROKERNEL 7
|
||||
|
||||
|
||||
/* Counter use to avoid issues if two or more system devices are declared
|
||||
* in the same C file with the same init function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue