i386/relocator_common: Drop empty #ifdef

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Cao jin 2020-08-12 17:28:14 +08:00 committed by Daniel Kiper
parent a0ba8fae61
commit 74259522d7
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#endif
.macro DISABLE_PAGING
#ifdef GRUB_MACHINE_IEEE1275
#endif
movl %cr0, %eax
andl $(~GRUB_MEMORY_CPU_CR0_PAGING_ON), %eax