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