diff options
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 269a6b481fe6..48be76cda93b 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c | |||
@@ -72,12 +72,8 @@ static void __init reserve_ebda_region(void) | |||
72 | /* that area is absent. We'll just have to assume */ | 72 | /* that area is absent. We'll just have to assume */ |
73 | /* that the paravirt case can handle memory setup */ | 73 | /* that the paravirt case can handle memory setup */ |
74 | /* correctly, without our help. */ | 74 | /* correctly, without our help. */ |
75 | #ifdef CONFIG_PARAVIRT | 75 | if (paravirt_enabled()) |
76 | if ((boot_params.hdr.version >= 0x207) && | ||
77 | (boot_params.hdr.hardware_subarch != 0)) { | ||
78 | return; | 76 | return; |
79 | } | ||
80 | #endif | ||
81 | 77 | ||
82 | /* end of low (conventional) memory */ | 78 | /* end of low (conventional) memory */ |
83 | lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES); | 79 | lowmem = *(unsigned short *)__va(BIOS_LOWMEM_KILOBYTES); |