diff options
Diffstat (limited to 'arch/x86/kernel/apic/probe_32.c')
| -rw-r--r-- | arch/x86/kernel/apic/probe_32.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/probe_32.c b/arch/x86/kernel/apic/probe_32.c index ff2c1b9aac4..1b291da09e6 100644 --- a/arch/x86/kernel/apic/probe_32.c +++ b/arch/x86/kernel/apic/probe_32.c @@ -142,6 +142,7 @@ static struct apic apic_default = {  	.read				= native_apic_mem_read,  	.write				= native_apic_mem_write, +	.eoi_write			= native_apic_mem_write,  	.icr_read			= native_apic_icr_read,  	.icr_write			= native_apic_icr_write,  	.wait_icr_idle			= native_apic_wait_icr_idle,  |