Changeset da7d770 in mainline for arch/ia64/src/start.S


Ignore:
Timestamp:
2005-09-02T18:29:28Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e4a6dda
Parents:
bc1089a
Message:

Serialization of psr write

File:
1 edited

Legend:

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

    rbc1089a rda7d770  
    3535        .auto
    3636        # initialize PSR
    37         mov psr.l = r0
     37        mov psr.l = r0;;
     38        srlz.i;
     39        srlz.d;;
    3840       
    3941        # initialize register stack
Note: See TracChangeset for help on using the changeset viewer.