Changes in kernel/arch/arm32/src/start.S [73b3ecd:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/start.S
r73b3ecd r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/asm/boot.h> 31 30 32 31 .text 33 32 34 SYMBOL(kernel_image_start) 33 .global kernel_image_start 34 .global exc_stack 35 .global supervisor_sp 36 37 kernel_image_start: 38 35 39 # initialize Stack pointer for exception modes 36 40 mrs r4, cpsr … … 79 83 80 84 .space 1024 81 SYMBOL(exc_stack) 85 exc_stack: 82 86 83 SYMBOL(supervisor_sp) 87 supervisor_sp: 84 88 .space 4
Note:
See TracChangeset
for help on using the changeset viewer.