Changeset 6d7f9bfe in mainline for kernel/arch/sparc64/include/interrupt.h
- Timestamp:
- 2010-01-08T22:11:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 405f759, 40d4c1d
- Parents:
- 4afd4ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/interrupt.h
r4afd4ab r6d7f9bfe 50 50 }; 51 51 52 typedef struct {52 typedef struct istate { 53 53 uint64_t tnpc; 54 54 uint64_t tpc; … … 71 71 } 72 72 73 static inline unative_t istate_get_fp(istate_t *istate) 74 { 75 return 0; /* TODO */ 76 } 77 73 78 #endif 74 79
Note:
See TracChangeset
for help on using the changeset viewer.