diff options
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 27685edc5460..3488fb62ac03 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -32,5 +32,7 @@ struct __initdata x86_init_ops x86_init = { | |||
32 | .mpc_apic_id = default_mpc_apic_id, | 32 | .mpc_apic_id = default_mpc_apic_id, |
33 | .smp_read_mpc_oem = default_smp_read_mpc_oem, | 33 | .smp_read_mpc_oem = default_smp_read_mpc_oem, |
34 | .mpc_oem_bus_info = default_mpc_oem_bus_info, | 34 | .mpc_oem_bus_info = default_mpc_oem_bus_info, |
35 | .find_smp_config = default_find_smp_config, | ||
36 | .get_smp_config = default_get_smp_config, | ||
35 | }, | 37 | }, |
36 | }; | 38 | }; |