Changeset e1c68e0c in mainline for arch/ia64/include/interrupt.h


Ignore:
Timestamp:
2006-03-07T10:09:40Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cd373bb
Parents:
83d2d0e
Message:

ia64 work.

  • Another item had to be allocated on stack to remember new value written to ar.bspstore. Fix heavyweight interruption handler to calculate RSC.loadrs from the new value of ar.bspstore instead from the old one. Uncomment instructions switching ar.bspstore.
  • Configure kernel with 512M of memory.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/interrupt.h

    r83d2d0e re1c68e0c  
    5050        __address ar_bsp;
    5151        __address ar_bspstore;
     52        __address ar_bspstore_new;
    5253        __u64 ar_rnat;
    5354        __u64 ar_ifs;
Note: See TracChangeset for help on using the changeset viewer.