From: Cao jin Date: Wed, 12 Aug 2020 09:28:14 +0000 (+0800) Subject: i386/relocator_common: Drop empty #ifdef X-Git-Tag: grub-2.06-rc1~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74259522d741cbf1937eeea01d60fa17e43e0554;p=thirdparty%2Fgrub.git i386/relocator_common: Drop empty #ifdef Signed-off-by: Cao jin Reviewed-by: Daniel Kiper --- 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