[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] i386/relocator_common.S: drop empty #ifdef
From: |
Cao jin |
Subject: |
[PATCH] i386/relocator_common.S: drop empty #ifdef |
Date: |
Wed, 12 Aug 2020 17:28:14 +0800 |
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
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.21.1
- [PATCH] i386/relocator_common.S: drop empty #ifdef,
Cao jin <=