Skip to content

Commit ea8c6aa

Browse files
committed
kernel: remove last nanokernel ocrrurances from include/
Jira: ZEP-1323 Change-Id: I32e2dc33406a74c2e592bb2df215bd9170bf286d Signed-off-by: Anas Nashif <[email protected]>
1 parent 953f7ae commit ea8c6aa

File tree

24 files changed

+37
-35
lines changed

24 files changed

+37
-35
lines changed

include/arch/arc/arch.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
/**
1818
* @file
19-
* @brief ARC specific nanokernel interface header
19+
* @brief ARC specific kernel interface header
2020
*
21-
* This header contains the ARC specific nanokernel interface. It is
22-
* included by the nanokernel interface architecture-abstraction header
23-
* (nanokernel/cpu.h)
21+
* This header contains the ARC specific kernel interface. It is
22+
* included by the kernel interface architecture-abstraction header
23+
* include/arch/cpu.h)
2424
*/
2525

2626
#ifndef _ARC_ARCH__H_

include/arch/arc/v2/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief ARCv2 public error handling
2020
*
21-
* ARC-specific nanokernel error handling interface. Included by ARC/arch.h.
21+
* ARC-specific kernel error handling interface. Included by arc/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARC_V2_ERROR_H_

include/arch/arc/v2/exc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief ARCv2 public exception handling
2020
*
21-
* ARC-specific nanokernel exception handling interface. Included by ARC/arch.h.
21+
* ARC-specific kernel exception handling interface. Included by arc/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARC_V2_EXC_H_

include/arch/arc/v2/ffs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/**
1818
* @file
19-
* @brief ARCv2 public nanokernel find-first-set interface
19+
* @brief ARCv2 public kernel find-first-set interface
2020
*
21-
* ARC-specific nanokernel ffs interface. Included by ARC/arch.h.
21+
* ARC-specific kernel ffs interface. Included by arc/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARC_V2_FFS_H_

include/arch/arc/v2/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief ARCv2 public interrupt handling
2020
*
21-
* ARCv2 nanokernel interrupt handling interface. Included by ARC/v2/arch.h.
21+
* ARCv2 kernel interrupt handling interface. Included by arc/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARC_V2_IRQ__H_

include/arch/arc/v2/misc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/**
1818
* @file
19-
* @brief ARCv2 public nanokernel miscellaneous
19+
* @brief ARCv2 public kernel miscellaneous
2020
*
21-
* ARC-specific nanokernel miscellaneous interface. Included by arc/arch.h.
21+
* ARC-specific kernel miscellaneous interface. Included by arc/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARC_V2_MISC_H_

include/arch/arm/arch.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
/**
1818
* @file
19-
* @brief ARM specific nanokernel interface header
19+
* @brief ARM specific kernel interface header
2020
*
21-
* This header contains the ARM specific nanokernel interface. It is
22-
* included by the nanokernel interface architecture-abstraction header
23-
* (nanokernel/cpu.h)
21+
* This header contains the ARM specific kernel interface. It is
22+
* included by the kernel interface architecture-abstraction header
23+
* (include/arc/cpu.h)
2424
*/
2525

2626
#ifndef _ARM_ARCH__H_

include/arch/arm/cortex_m/error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief Cortex-M public error handling
2020
*
21-
* ARM-specific nanokernel error handling interface. Included by ARM/arch.h.
21+
* ARM-specific kernel error handling interface. Included by arm/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARM_CORTEXM_ERROR_H_

include/arch/arm/cortex_m/exc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief Cortex-M public exception handling
2020
*
21-
* ARM-specific nanokernel exception handling interface. Included by ARM/arch.h.
21+
* ARM-specific kernel exception handling interface. Included by arm/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARM_CORTEXM_EXC_H_

include/arch/arm/cortex_m/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @file
1919
* @brief Cortex-M public interrupt handling
2020
*
21-
* ARM-specific nanokernel interrupt handling interface. Included by ARM/arch.h.
21+
* ARM-specific kernel interrupt handling interface. Included by arm/arch.h.
2222
*/
2323

2424
#ifndef _ARCH_ARM_CORTEXM_IRQ_H_

0 commit comments

Comments
 (0)