https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2a2d0903bf4fee27c5be3b0f3b06e62103ee4e7f

commit 2a2d0903bf4fee27c5be3b0f3b06e62103ee4e7f
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Sun May 23 14:50:10 2021 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Fri May 28 11:52:42 2021 +0200

    [NTOS:KE] Remove duplicated EFlag definitions
---
 ntoskrnl/ke/amd64/cpu.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ntoskrnl/ke/amd64/cpu.c b/ntoskrnl/ke/amd64/cpu.c
index 3c2b706a906..91ca92ac189 100644
--- a/ntoskrnl/ke/amd64/cpu.c
+++ b/ntoskrnl/ke/amd64/cpu.c
@@ -13,12 +13,6 @@
 #define NDEBUG
 #include <debug.h>
 
-/* FIXME: Local EFLAGS defines not used anywhere else */
-#define EFLAGS_IOPL     0x3000
-#define EFLAGS_NF       0x4000
-#define EFLAGS_RF       0x10000
-#define EFLAGS_ID       0x200000
-
 /* GLOBALS *******************************************************************/
 
 /* The Boot TSS */

Reply via email to