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