Ignore:
Timestamp:
2006-08-21T13:36:34Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7961271
Parents:
ee289cf0
Message:

sparc64 work.
Define the istate structure.
Move the identity-mapping handler to assembly.
Make the preemptible handler more general so that TL=1 MMU exceptions can make use of it.

Little bit of formatting and indentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/interrupt.h

    ree289cf0 rf47fd19  
    2727 */
    2828
    29  /** @addtogroup sparc64interrupt sparc64
     29/** @addtogroup sparc64interrupt sparc64
    3030 * @ingroup interrupt
    3131 * @{
     
    5353
    5454struct istate {
     55        uint64_t        pstate;
     56        uint64_t        tnpc;
     57        uint64_t        tpc;
     58        uint64_t        tstate;
    5559};
    5660
     
    7579#endif
    7680
    77  /** @}
     81/** @}
    7882 */
    79 
Note: See TracChangeset for help on using the changeset viewer.