diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 13:10:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-16 13:10:02 -0400 |
commit | e7fd3b4669f5b835c8afce28425d9f698a558115 (patch) | |
tree | d7f254a1d75807cc8b50f416ba3bd13010913ddc /arch/x86/kernel/setup.c | |
parent | fc82e1d59a24cbac01c49d4eb3b28d6abc26a5f4 (diff) | |
parent | 2ae9d293b14d17f35eff624272cfecac7979a2ee (diff) |
Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
x86: Fix binutils-2.21 symbol related build failures
x86-64, trampoline: Remove unused variable
x86, reboot: Fix the use of passed arguments in 32-bit BIOS reboot
x86, reboot: Move the real-mode reboot code to an assembly file
x86: Make the GDT_ENTRY() macro in <asm/segment.h> safe for assembly
x86, trampoline: Use the unified trampoline setup for ACPI wakeup
x86, trampoline: Common infrastructure for low memory trampolines
Fix up trivial conflicts in arch/x86/kernel/Makefile
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index b176f2b1f45d..9d43b28e0728 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -963,15 +963,8 @@ void __init setup_arch(char **cmdline_p) | |||
963 | printk(KERN_DEBUG "initial memory mapped : 0 - %08lx\n", | 963 | printk(KERN_DEBUG "initial memory mapped : 0 - %08lx\n", |
964 | max_pfn_mapped<<PAGE_SHIFT); | 964 | max_pfn_mapped<<PAGE_SHIFT); |
965 | 965 | ||
966 | reserve_trampoline_memory(); | 966 | setup_trampolines(); |
967 | 967 | ||
968 | #ifdef CONFIG_ACPI_SLEEP | ||
969 | /* | ||
970 | * Reserve low memory region for sleep support. | ||
971 | * even before init_memory_mapping | ||
972 | */ | ||
973 | acpi_reserve_wakeup_memory(); | ||
974 | #endif | ||
975 | init_gbpages(); | 968 | init_gbpages(); |
976 | 969 | ||
977 | /* max_pfn_mapped is updated here */ | 970 | /* max_pfn_mapped is updated here */ |