diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index e09f0e2c14b5..179c1f2aa457 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -109,6 +109,7 @@ | |||
109 | #ifdef CONFIG_X86_64 | 109 | #ifdef CONFIG_X86_64 |
110 | #include <asm/numa_64.h> | 110 | #include <asm/numa_64.h> |
111 | #endif | 111 | #endif |
112 | #include <asm/mce.h> | ||
112 | 113 | ||
113 | /* | 114 | /* |
114 | * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries. | 115 | * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries. |
@@ -1024,6 +1025,8 @@ void __init setup_arch(char **cmdline_p) | |||
1024 | #endif | 1025 | #endif |
1025 | #endif | 1026 | #endif |
1026 | x86_init.oem.banner(); | 1027 | x86_init.oem.banner(); |
1028 | |||
1029 | mcheck_init(); | ||
1027 | } | 1030 | } |
1028 | 1031 | ||
1029 | #ifdef CONFIG_X86_32 | 1032 | #ifdef CONFIG_X86_32 |