diff options
Diffstat (limited to 'arch/x86/kernel/apic/x2apic_phys.c')
| -rw-r--r-- | arch/x86/kernel/apic/x2apic_phys.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/x2apic_phys.c b/arch/x86/kernel/apic/x2apic_phys.c index 991e315f422..c17e982db27 100644 --- a/arch/x86/kernel/apic/x2apic_phys.c +++ b/arch/x86/kernel/apic/x2apic_phys.c @@ -172,6 +172,7 @@ static struct apic apic_x2apic_phys = {  	.read				= native_apic_msr_read,  	.write				= native_apic_msr_write, +	.eoi_write			= native_apic_msr_eoi_write,  	.icr_read			= native_x2apic_icr_read,  	.icr_write			= native_x2apic_icr_write,  	.wait_icr_idle			= native_x2apic_wait_icr_idle,  |