Changeset ba8d2987 in mainline


Ignore:
Timestamp:
2010-06-14T20:56:10Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84d8837
Parents:
6cb8dba
Message:

Fix indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/src/asm.S

    r6cb8dba rba8d2987  
    9797        adds r15 = -1, r15
    9898        add r17 = r14, in1
    99 (p6)    br.cond.dpnt 2b ;;
     99(p6)    br.cond.dpnt 2b ;;
    100100        mov ar.lc = r15
    1011016:
     
    112112
    113113jump_to_kernel:
    114     alloc loc0 = ar.pfs, 1, 1, 0, 0
    115     mov r1 = in0;                       # Pass bootinfo address
    116     movl r8 = KERNEL_ADDRESS;;
    117     mov b1 = r8 ;;
    118     br.call.sptk.many b0 = b1;;
     114        alloc loc0 = ar.pfs, 1, 1, 0, 0
     115        mov r1 = in0 ;;                 # Pass bootinfo address
     116        movl r8 = KERNEL_ADDRESS;;
     117        mov b1 = r8 ;;
     118        br.call.sptk.many b0 = b1;;
Note: See TracChangeset for help on using the changeset viewer.