summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu.h b/src/cpu.h
index 0ca61d6..bedf0f0 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -37,8 +37,7 @@
* See Intel 64 and IA-32 Architecture Software Developer's Manual, Volume 3
* System Programming Guide, 2.3 System Flags and Fields in The EFLAGS Register.
*/
-#define CPU_EFL_ONE 0x002
-#define CPU_EFL_IF 0x200
+#define CPU_EFL_IF 0x200 /* Enable maskable hardware interrupts */
/*
* GDT segment descriptor indexes, in bytes.