Changeset 874621f in mainline for arch/ia64/include/interrupt.h
- Timestamp:
- 2006-06-06T07:40:51Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dbc4e7
- Parents:
- 6f9a9bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/interrupt.h
r6f9a9bc r874621f 114 114 } 115 115 116 static inline __native istate_get_pc(istate_t *istate) 117 { 118 return istate->cr_iip; 119 } 120 #include <panic.h> 121 static inline int istate_from_uspace(istate_t *istate) 122 { 123 panic("TODO: istate_from_uspace not yet implemented"); 124 return 0; 125 } 126 116 127 extern void *ivt; 117 128
Note:
See TracChangeset
for help on using the changeset viewer.