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:
Dan Kalowsky 2015-05-28 10:56:47 -07:00 committed by Anas Nashif
commit c02dd34277
180 changed files with 195 additions and 195 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 */

View file

@ -43,7 +43,7 @@ the PendSV exception.
#include <toolchain.h>
#include <sections.h>
#include <nanokernel.h>
#include <nanokernel/cpu.h>
#include <arch/cpu.h>
/*******************************************************************************
*

View file

@ -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>

View file

@ -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

View file

@ -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);

View file

@ -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>

View file

@ -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

View file

@ -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