summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-04 17:25:44 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-04 17:25:44 +0100
commit102eb0d251ce4e0155906224ab60263d0cd792b0 (patch)
treefe9802a15c9fb926354f608a027d181e133f2fc7
parentf0265a0d2b5da3214d5c69c5490ef78a90244a7b (diff)
cpu: remove unused macro
-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.