Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99711
b: refs/heads/master
c: 136ef67
h: refs/heads/master
i:
  99709: 1128433
  99707: e8fde9a
  99703: 3b1ddfc
  99695: 2b7f8d5
  99679: d38995f
  99647: 6924be0
  99583: 1dde882
v: v3
  • Loading branch information
Alexey Starikovskiy authored and Thomas Gleixner committed May 25, 2008
1 parent 39aa741 commit 7b07a8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf
refs/heads/master: 136ef671df04dc157afa0d4b96c7bd23ba072c9c
2 changes: 1 addition & 1 deletion trunk/arch/x86/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ config 4KSTACKS

config X86_FIND_SMP_CONFIG
def_bool y
depends on X86_LOCAL_APIC || X86_VOYAGER
depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS
depends on X86_32

config X86_MPPARSE
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ void __init setup_arch(char **cmdline_p)
"CONFIG_X86_GENERICARCH or CONFIG_X86_BIGSMP.\n");
#endif
#endif
#ifdef CONFIG_X86_LOCAL_APIC
#if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS)
if (smp_found_config)
get_smp_config();
#endif
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,12 @@ void __init setup_arch(char **cmdline_p)
if (efi_enabled)
efi_reserve_bootmem();

#ifdef CONFIG_X86_MPPARSE
/*
* Find and reserve possible boot-time SMP configuration:
*/
find_smp_config();
#endif
#ifdef CONFIG_BLK_DEV_INITRD
if (boot_params.hdr.type_of_loader && boot_params.hdr.ramdisk_image) {
unsigned long ramdisk_image = boot_params.hdr.ramdisk_image;
Expand Down Expand Up @@ -502,11 +504,13 @@ void __init setup_arch(char **cmdline_p)

init_cpu_to_node();

#ifdef CONFIG_X86_MPPARSE
/*
* get boot-time SMP configuration:
*/
if (smp_found_config)
get_smp_config();
#endif
init_apic_mappings();
ioapic_init_mappings();

Expand Down

0 comments on commit 7b07a8d

Please sign in to comment.