aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/probe_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/probe_32.c')
-rw-r--r--arch/x86/kernel/probe_32.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c
index 22337b75de62..1f701caa95bc 100644
--- a/arch/x86/kernel/probe_32.c
+++ b/arch/x86/kernel/probe_32.c
@@ -127,6 +127,13 @@ struct genapic apic_default = {
127 .smp_callin_clear_local_apic = NULL, 127 .smp_callin_clear_local_apic = NULL,
128 .store_NMI_vector = NULL, 128 .store_NMI_vector = NULL,
129 .inquire_remote_apic = default_inquire_remote_apic, 129 .inquire_remote_apic = default_inquire_remote_apic,
130
131 .read = native_apic_mem_read,
132 .write = native_apic_mem_write,
133 .icr_read = native_apic_icr_read,
134 .icr_write = native_apic_icr_write,
135 .wait_icr_idle = native_apic_wait_icr_idle,
136 .safe_wait_icr_idle = native_safe_apic_wait_icr_idle,
130}; 137};
131 138
132extern struct genapic apic_numaq; 139extern struct genapic apic_numaq;