Changeset 741ade3f in mainline for arch/mips32/include/exception.h
- Timestamp:
- 2006-03-21T22:45:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45fb65c
- Parents:
- 018d957e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/exception.h
r018d957e r741ade3f 91 91 __u32 status; /* cp0_status */ 92 92 __u32 epc; /* cp0_epc */ 93 __u32 padding; /* padding to align stack on 8 bytes boundary*/93 __u32 k1; /* We use it as thread-local pointer */ 94 94 }; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.