Changeset 154049e in mainline for arch/ia64/src/context.S


Ignore:
Timestamp:
2005-11-05T21:11:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cabc62d
Parents:
dd118f0
Message:

ia64 work.
Begin implemention of heavyweight interrupt handler.
Finish implementation of interval timer.
Add some PAL macros.

File:
1 edited

Legend:

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

    rdd118f0 r154049e  
    5151         * So that ar.rnat can be read.
    5252         */
    53         movl loc5 = ~3
    54         and loc5 = loc3, loc5
     53        and loc5 = ~3, loc3
    5554        mov ar.rsc = loc5
    5655        mov loc5 = ar.rnat
Note: See TracChangeset for help on using the changeset viewer.