Changes in kernel/arch/ia64/src/start.S [27f67f5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/start.S
r27f67f5 r9d58539 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/register.h> 31 30 #include <arch/mm/page.h> … … 42 41 .section K_TEXT_START, "ax" 43 42 43 .global kernel_image_start 44 44 45 stack0: 45 46 … … 52 53 # r2 Address of the boot code's bootinfo structure. 53 54 # 54 SYMBOL(kernel_image_start) 55 kernel_image_start: 55 56 .auto 56 57 … … 112 113 rfi ;; 113 114 115 .global paging_start 114 116 paging_start: 115 117
Note:
See TracChangeset
for help on using the changeset viewer.