Changeset 5387807 in mainline for boot/arch/ia64/src/boot.S


Ignore:
Timestamp:
2010-06-17T20:58:50Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ef40329
Parents:
d0c82c5 (diff), 3193c05 (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.
Message:

Merge progress from the ia64-revival branch.

File:
1 edited

Legend:

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

    rd0c82c5 r5387807  
    5151        add r12 = -16, r12
    5252
    53         ssm (1 << 19) ;;        /* disable f32 - f127 */
     53        #
     54        # Disable Floating-point High register set (f32 - f127)
     55        #
     56        ssm (1 << 19) ;;
    5457        srlz.i
    5558        srlz.d ;;
    5659
    57         movl r18 = bootstrap ;;
    58         mov b1 = r18 ;;
    59         br.call.sptk.many b0 = b1
     60        br.call.sptk.many rp = bootstrap
    6061
    6162.bss
Note: See TracChangeset for help on using the changeset viewer.