commit | b79cd8f1268bab57ff85b19d131f7f23deab2dee | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Sun May 11 00:30:15 2008 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 10:55:10 2008 +0200 |
tree | 9f7c90389329bf76ba5f0ced29a3dc4c6ec7680b | |
parent | 833e78bfeeef628f0201349a0a05a54f48f07884 [diff] [blame] |
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>
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index b54c79c..5faeab6 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c
@@ -875,7 +875,7 @@ get_smp_config(); #endif - e820_register_memory(); + e820_setup_gap(); e820_mark_nosave_regions(); #ifdef CONFIG_VT