|
@@ -360,7 +360,7 @@ struct pv_cpu_ops pv_cpu_ops = {
|
|
|
|
|
|
struct pv_apic_ops pv_apic_ops = {
|
|
struct pv_apic_ops pv_apic_ops = {
|
|
#ifdef CONFIG_X86_LOCAL_APIC
|
|
#ifdef CONFIG_X86_LOCAL_APIC
|
|
-#ifnded CONFIG_X86_64
|
|
|
|
|
|
+#ifndef CONFIG_X86_64
|
|
.apic_write = native_apic_mem_write,
|
|
.apic_write = native_apic_mem_write,
|
|
.apic_write_atomic = native_apic_mem_write_atomic,
|
|
.apic_write_atomic = native_apic_mem_write_atomic,
|
|
.apic_read = native_apic_mem_read,
|
|
.apic_read = native_apic_mem_read,
|