diff options
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 9103b89c145a..8faeaa0ed2cc 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -836,10 +836,8 @@ early_param("alloc_mptable", parse_alloc_mptable_opt); | |||
836 | 836 | ||
837 | void __init early_reserve_e820_mpc_new(void) | 837 | void __init early_reserve_e820_mpc_new(void) |
838 | { | 838 | { |
839 | if (enable_update_mptable && alloc_mptable) { | 839 | if (enable_update_mptable && alloc_mptable) |
840 | u64 startt = 0; | 840 | mpc_new_phys = early_reserve_e820(mpc_new_length, 4); |
841 | mpc_new_phys = early_reserve_e820(startt, mpc_new_length, 4); | ||
842 | } | ||
843 | } | 841 | } |
844 | 842 | ||
845 | static int __init update_mp_table(void) | 843 | static int __init update_mp_table(void) |