From f552738889f56586728d1b5d2a63cde0cf124929 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 6 Sep 2006 17:50:20 +0000 Subject: no /* */ comments --- traps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'traps.h') diff --git a/traps.h b/traps.h index 4ac4e64..1f3af30 100644 --- a/traps.h +++ b/traps.h @@ -8,13 +8,13 @@ #define T_ILLOP 6 // illegal opcode #define T_DEVICE 7 // device not available #define T_DBLFLT 8 // double fault -/* #define T_COPROC 9 */ // reserved (not generated by recent processors) +// #define T_COPROC 9 // reserved (not generated by recent processors) #define T_TSS 10 // invalid task switch segment #define T_SEGNP 11 // segment not present #define T_STACK 12 // stack exception #define T_GPFLT 13 // genernal protection fault #define T_PGFLT 14 // page fault -/* #define T_RES 15 */ // reserved +// #define T_RES 15 // reserved #define T_FPERR 16 // floating point error #define T_ALIGN 17 // aligment check #define T_MCHK 18 // machine check @@ -25,7 +25,7 @@ #define T_SYSCALL 48 // system call #define T_DEFAULT 500 // catchall -#define IRQ_OFFSET 32 // IRQ 0 corresponds to int IRQ_OFFSET +#define IRQ_OFFSET 32 // IRQ 0 corresponds to int IRQ_OFFSET #define IRQ_KBD 1 #define IRQ_IDE 14 -- cgit v1.2.3