Changeset 7f0e7b6 in mainline for kernel/arch/ia64/src/start.S


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

Use sp instead of r12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/start.S

    r3193c05 r7f0e7b6  
    157157        loadrs
    158158       
    159         # Initialize memory stack to some sane value
    160         movl r12 = stack0 ;;
    161         add r12 = -16, r12  /* allocate a scratch area on the stack */
     159        #
     160        # Initialize memory stack to some sane value and allocate a scratch are
     161        # on it.
     162        #
     163        movl sp = stack0 ;;
     164        add sp = -16, sp
    162165       
    163166        # Initialize gp (Global Pointer) register
Note: See TracChangeset for help on using the changeset viewer.