Changeset 59e4864 in mainline for boot/arch/ia64/loader/boot.S


Ignore:
Timestamp:
2008-11-11T08:00:42Z (16 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3c4a26
Parents:
a2a5529
Message:

Alfa of SMP support on IA64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/loader/boot.S

    ra2a5529 r59e4864  
    3535start:
    3636
     37
    3738        mov ar.rsc = r0
    3839#       movl r8 = (VRN_KERNEL << VRN_SHIFT) ;;
     
    5859        br.call.sptk.many b0 = b1
    5960
     61.align 512
     62ap_start:
     63
     64
     65ap_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
     74binfo:
     75
     76
    6077.bss #on this line is ".bss", it cannot be seen in my mcedit :-(
    6178
Note: See TracChangeset for help on using the changeset viewer.