diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-05-11 00:30:15 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 10:55:10 +0200 |
commit | b79cd8f1268bab57ff85b19d131f7f23deab2dee (patch) | |
tree | 9f7c90389329bf76ba5f0ced29a3dc4c6ec7680b /arch/x86/kernel/setup_32.c | |
parent | 833e78bfeeef628f0201349a0a05a54f48f07884 (diff) | |
download | lwn-b79cd8f1268bab57ff85b19d131f7f23deab2dee.tar.gz lwn-b79cd8f1268bab57ff85b19d131f7f23deab2dee.zip |
x86: make e820.c to have common functions
remove the duplicated copy of these functions.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup_32.c')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index b54c79c91efd..5faeab69edd9 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c @@ -875,7 +875,7 @@ void __init setup_arch(char **cmdline_p) get_smp_config(); #endif - e820_register_memory(); + e820_setup_gap(); e820_mark_nosave_regions(); #ifdef CONFIG_VT |