Yinghai Lu
a4c81cf684
x86: extend e820 ealy_res support 32bit
move early_res related from e820_64.c to e820.c
make edba detection to be done in head32.c
remove smp_alloc_memory, because we have fixed trampoline address now.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++
arch/x86/kernel/e820_64.c | 196 --------------------------------
arch/x86/kernel/head32.c | 76 ++++++++++++
arch/x86/kernel/setup_32.c | 109 +++---------------
arch/x86/kernel/smpboot.c | 17 --
arch/x86/kernel/trampoline.c | 2
arch/x86/mach-voyager/voyager_smp.c | 9 -
include/asm-x86/e820.h | 6 +
include/asm-x86/e820_64.h | 9 -
include/asm-x86/smp.h | 1
arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++
arch/x86/kernel/e820_64.c | 196 --------------------------------
arch/x86/kernel/head32.c | 76 ++++++++++++
arch/x86/kernel/setup_32.c | 109 +++---------------
arch/x86/kernel/smpboot.c | 17 --
arch/x86/kernel/trampoline.c | 2
arch/x86/mach-voyager/voyager_smp.c | 9 -
include/asm-x86/e820.h | 6 +
include/asm-x86/e820_64.h | 9 -
include/asm-x86/smp.h | 1
arch/x86/kernel/e820.c | 214 ++++++++++++++++++++++++++++++++++++
arch/x86/kernel/e820_64.c | 196 --------------------------------
arch/x86/kernel/head32.c | 76 ++++++++++++
arch/x86/kernel/setup_32.c | 109 +++---------------
arch/x86/kernel/smpboot.c | 17 --
arch/x86/kernel/trampoline.c | 2
arch/x86/mach-voyager/voyager_smp.c | 9 -
include/asm-x86/e820.h | 6 +
include/asm-x86/e820_64.h | 9 -
include/asm-x86/smp.h | 1
10 files changed, 320 insertions(+), 319 deletions(-)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-05-25 10:55:11 +02:00
..
2008-04-23 23:00:13 -04:00
2008-05-14 19:11:14 -07:00
2008-05-17 22:56:29 +01:00
2008-05-02 16:18:20 -07:00
2008-05-17 18:21:57 +08:00
2008-05-02 16:18:20 -07:00
2008-05-14 10:05:18 -07:00
2008-05-02 16:18:42 -07:00
2008-05-14 19:11:14 -07:00
2008-05-18 14:34:16 +03:00
2008-05-02 16:18:21 -07:00
2008-05-18 13:28:50 -07:00
2008-05-01 08:08:36 -07:00
2008-05-12 16:46:55 +01:00
2008-05-08 10:49:39 -07:00
2008-05-15 11:03:43 -04:00
2008-05-15 20:49:52 +10:00
2008-05-12 22:57:51 +10:00
2008-05-15 16:52:39 +02:00
2008-05-16 15:09:08 +09:00
2008-05-20 00:33:44 -07:00
2008-05-20 00:33:45 -07:00
2008-05-14 19:11:14 -07:00
2008-05-14 19:11:14 -07:00
2008-05-25 10:55:11 +02:00
2008-05-14 19:11:14 -07:00
2008-05-01 18:22:28 +08:00
2008-05-25 10:55:11 +02:00
2008-05-20 10:12:26 -07:00
2008-05-19 16:29:40 -07:00
2008-04-29 08:06:12 -07:00
2008-05-02 13:52:35 -07:00
2008-05-13 14:47:44 +02:00
2008-04-28 08:58:41 -07:00
2008-04-24 23:57:33 +02:00