Changeset fe7abd0 in mainline for boot/arch/ia64/src/asm.S


Ignore:
Timestamp:
2010-06-22T21:36:41Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cefb126, fc14438
Parents:
1e3c2f1
Message:

Use r2 instead of gp to pass the bootinfo address. Group the code which belongs together and fix one RAW conflict.

File:
1 edited

Legend:

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

    r1e3c2f1 rfe7abd0  
    113113jump_to_kernel:
    114114        alloc loc0 = ar.pfs, 1, 1, 0, 0
    115         mov r1 = in0 ;;                 # Pass bootinfo address
     115        mov r2 = in0 ;;                 # Pass bootinfo address
    116116        movl r8 = KERNEL_ADDRESS;;
    117117        mov b1 = r8 ;;
Note: See TracChangeset for help on using the changeset viewer.