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, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/probe_32.c b/arch/x86/kernel/apic/probe_32.c index fc84c7b6110..6541e471fd9 100644 --- a/arch/x86/kernel/apic/probe_32.c +++ b/arch/x86/kernel/apic/probe_32.c @@ -172,7 +172,6 @@ struct apic apic_default = {  	.safe_wait_icr_idle		= native_safe_apic_wait_icr_idle,  	.x86_32_early_logical_apicid	= default_x86_32_early_logical_apicid, -	.x86_32_numa_cpu_node		= default_x86_32_numa_cpu_node,  };  extern struct apic apic_numaq;  |