Renaming include/nanokernel to include/arch
Renaming the directory include/nanokernel to be include/arch, which better reflects the real nature of the directory and the contents inside. Change-Id: I2bc33ebc6715e2f0403227a558279fdf52398ade Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
40e7780e65
commit
c02dd34277
180 changed files with 195 additions and 195 deletions
|
@ -52,7 +52,7 @@ unlocked. This achieves two purposes:
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ DESCRIPTION
|
|||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#ifdef CONFIG_TICKLESS_IDLE
|
||||
#include <nanok.h>
|
||||
#endif
|
||||
|
|
|
@ -43,7 +43,7 @@ wrapped around by _isr_wrapper()).
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ Common fault handler for ARM Cortex-M processors.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
|
@ -39,7 +39,7 @@ Fault handlers for ARM Cortex-M processors.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ anymore.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ user-installed ISRs.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
typedef void (*vth)(void); /* Vector Table Handler */
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ the PendSV exception.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
/*******************************************************************************
|
||||
*
|
||||
|
|
|
@ -38,7 +38,7 @@ SW_ISR_TABLE_DYNAMIC has to be enabled for connecting ISRs at runtime.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ a parameter.
|
|||
#include <sections.h>
|
||||
#include <sw_isr_table.h>
|
||||
#include <nanok.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ the PendSV exception.
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
extern void _nano_fiber_swap(void);
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ architecture.
|
|||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanok.h>
|
||||
#include <nanocontextentry.h>
|
||||
|
|
|
@ -42,7 +42,7 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
|||
|
||||
#include <cputype.h>
|
||||
#include <nanokernel.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <nanok.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
|
|
|
@ -41,7 +41,7 @@ on ARM Cortex-M3/M4 CPUs.
|
|||
#include <nanok.h>
|
||||
#include <offsets.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanokernel/cpu.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue