Changeset 4e91239 in mainline
- Timestamp:
- 2010-07-12T15:51:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4946de
- Parents:
- 44c69b66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/asm.S
r44c69b66 r4e91239 30 30 * 31 31 */ 32 33 /**34 * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int35 * has no error word and 1 means interrupt with error word36 *37 */38 #define ERROR_WORD_INTERRUPT_LIST 0x00027d0039 32 40 33 #include <arch/pm.h> … … 351 344 iret 352 345 346 /** 347 * Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int 348 * has no error word and 1 means interrupt with error word 349 * 350 */ 351 #define ERROR_WORD_INTERRUPT_LIST 0x00027d00 353 352 354 353 /** Declare interrupt handlers
Note:
See TracChangeset
for help on using the changeset viewer.