Changeset 59e4864 in mainline for boot/arch/ia64/loader/boot.S
- Timestamp:
- 2008-11-11T08:00:42Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3c4a26
- Parents:
- a2a5529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/boot.S
ra2a5529 r59e4864 35 35 start: 36 36 37 37 38 mov ar.rsc = r0 38 39 # movl r8 = (VRN_KERNEL << VRN_SHIFT) ;; … … 58 59 br.call.sptk.many b0 = b1 59 60 61 .align 512 62 ap_start: 63 64 65 ap_loop: 66 movl r18=0x4405000;; 67 mov b1 = r18 ;; 68 br.call.sptk.many b0 = b1;; 69 70 .align 1024 71 72 .align 4096 73 .global binfo 74 binfo: 75 76 60 77 .bss #on this line is ".bss", it cannot be seen in my mcedit :-( 61 78
Note:
See TracChangeset
for help on using the changeset viewer.