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