diff options
Diffstat (limited to 'arch/i386/kernel/setup.c')
-rw-r--r-- | arch/i386/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 2d61e65eeb50..74871d066c2b 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
@@ -601,6 +601,8 @@ void __init setup_arch(char **cmdline_p) | |||
601 | * NOTE: at this point the bootmem allocator is fully available. | 601 | * NOTE: at this point the bootmem allocator is fully available. |
602 | */ | 602 | */ |
603 | 603 | ||
604 | paravirt_post_allocator_init(); | ||
605 | |||
604 | dmi_scan_machine(); | 606 | dmi_scan_machine(); |
605 | 607 | ||
606 | #ifdef CONFIG_X86_GENERICARCH | 608 | #ifdef CONFIG_X86_GENERICARCH |