Changes in boot/arch/ia64/src/asm.S [27f67f5:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/asm.S
r27f67f5 r9d58539 28 28 # 29 29 30 #include <abi/asmtool.h>31 30 #include <arch/arch.h> 32 31 33 32 .text 34 33 35 FUNCTION_BEGIN(halt) 34 .global halt 35 .global memcpy 36 .global jump_to_kernel 37 38 halt: 36 39 br halt 37 FUNCTION_END(halt)38 40 39 FUNCTION_BEGIN(jump_to_kernel) 41 jump_to_kernel: 40 42 alloc loc0 = ar.pfs, 1, 1, 0, 0 41 43 mov r2 = in0 ;; # Pass bootinfo address … … 43 45 mov b1 = r8 ;; 44 46 br.call.sptk.many b0 = b1;; 45 FUNCTION_END(jump_to_kernel)46
Note:
See TracChangeset
for help on using the changeset viewer.