Changeset b3f8fb7 in mainline for kernel/arch/ia32/include/interrupt.h
- Timestamp:
- 2007-01-28T13:25:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e8c1a5
- Parents:
- 1ba41c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/interrupt.h
r1ba41c5 rb3f8fb7 69 69 #define VECTOR_DEBUG_IPI (IVT_FREEBASE + 2) 70 70 71 struct istate{71 typedef struct { 72 72 uint32_t eax; 73 73 uint32_t ecx; … … 88 88 uint32_t eflags; 89 89 uint32_t stack[]; 90 } ;90 } istate_t; 91 91 92 92 /** Return true if exception happened while in userspace */
Note:
See TracChangeset
for help on using the changeset viewer.