Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99889
b: refs/heads/master
c: 295deae
h: refs/heads/master
i:
  99887: 29c740e
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent 3871373 commit 27b0a26
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 9a2e59302668b9ac2fb2a2c9bca1fc793c5d0409
refs/heads/master: 295deae401fc5b6f215e876d93b40f25cb968c88
9 changes: 7 additions & 2 deletions trunk/arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,6 @@ void __init setup_arch(char **cmdline_p)
*/
vmi_init();
#endif
kvm_guest_init();

/*
* NOTE: before this point _nobody_ is allowed to allocate
* any memory using the bootmem allocator. Although the
Expand Down Expand Up @@ -511,9 +509,15 @@ void __init setup_arch(char **cmdline_p)

early_quirks();

/*
* Read APIC and some other early information from ACPI tables.
*/
acpi_boot_init();

#if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS)
/*
* get boot-time SMP configuration:
*/
if (smp_found_config)
get_smp_config();
#endif
Expand All @@ -523,6 +527,7 @@ void __init setup_arch(char **cmdline_p)
"CONFIG_X86_PC cannot handle it.\nUse "
"CONFIG_X86_GENERICARCH or CONFIG_X86_BIGSMP.\n");
#endif
kvm_guest_init();

e820_reserve_resources();
e820_mark_nosave_regions(max_low_pfn);
Expand Down

0 comments on commit 27b0a26

Please sign in to comment.