Changes in boot/arch/ia64/src/boot.S [9d58539:27f67f5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/boot.S
r9d58539 r27f67f5 28 28 # 29 29 30 #include <abi/asmtool.h> 30 31 #include <arch/arch.h> 31 32 32 33 .section BOOTSTRAP, "ax" 33 34 34 .global start 35 start: 35 SYMBOL(start) 36 36 movl gp = __gp 37 37 … … 69 69 .bss 70 70 71 .global bootpar 72 bootpar: 71 SYMBOL(bootpar) 73 72 .quad 0 74 73
Note:
See TracChangeset
for help on using the changeset viewer.