From 74259522d741cbf1937eeea01d60fa17e43e0554 Mon Sep 17 00:00:00 2001 From: Cao jin Date: Wed, 12 Aug 2020 17:28:14 +0800 Subject: [PATCH] i386/relocator_common: Drop empty #ifdef Signed-off-by: Cao jin Reviewed-by: Daniel Kiper --- grub-core/lib/i386/relocator_common.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/grub-core/lib/i386/relocator_common.S b/grub-core/lib/i386/relocator_common.S index 03f427a03..1b5210dd3 100644 --- a/grub-core/lib/i386/relocator_common.S +++ b/grub-core/lib/i386/relocator_common.S @@ -29,8 +29,6 @@ #endif .macro DISABLE_PAGING -#ifdef GRUB_MACHINE_IEEE1275 -#endif movl %cr0, %eax andl $(~GRUB_MEMORY_CPU_CR0_PAGING_ON), %eax -- 2.47.2