Changeset 46c20c8 in mainline for boot/arch/ia64/src/asm.S
- Timestamp:
- 2010-11-26T20:08:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
boot/arch/ia64/src/asm.S (moved) (moved from boot/arch/ia64/loader/asm.S ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/src/asm.S
rfb150d78 r46c20c8 1 1 # 2 2 # Copyright (c) 2006 Martin Decky 3 # Copyright (c) 2006 Jakub Jermar 3 # Copyright (c) 2006 Jakub Jermar 4 4 # All rights reserved. 5 5 # … … 28 28 # 29 29 30 #include < stack.h>30 #include <arch/arch.h> 31 31 32 32 .text 33 33 34 .global halt 35 .global memcpy 34 36 .global jump_to_kernel 35 37 38 halt: 39 br halt 40 36 41 jump_to_kernel: 37 alloc loc0 = ar.pfs, 1, 1, 0, 038 movl r8 = 0x4404000;; 39 mov b1 = r8;;40 mov r1 = in0; #Save bootinfo prt 41 br.call.sptk.many b0 = b1;;42 alloc loc0 = ar.pfs, 1, 1, 0, 0 43 mov r2 = in0 ;; # Pass bootinfo address 44 movl r8 = KERNEL_ADDRESS;; 45 mov b1 = r8 ;; 46 br.call.sptk.many b0 = b1;;
Note:
See TracChangeset
for help on using the changeset viewer.
