Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99996
b: refs/heads/master
c: 5f4765f
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent d6c8584 commit 993a3cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: cb95a13a8ace8612ecab042a838e5aab2ec14ef0
refs/heads/master: 5f4765f96eebee6a0adc4009758b597ba48a0a3a
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,6 @@ void __init setup_arch(char **cmdline_p)
*/
acpi_boot_init();

#ifdef CONFIG_X86_64
init_cpu_to_node();
#endif

#if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS)
/*
* get boot-time SMP configuration:
Expand All @@ -822,6 +818,10 @@ void __init setup_arch(char **cmdline_p)
get_smp_config();
#endif

#ifdef CONFIG_X86_64
init_cpu_to_node();
#endif

init_apic_mappings();
ioapic_init_mappings();

Expand Down

0 comments on commit 993a3cd

Please sign in to comment.