aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-12 06:35:23 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-12 06:37:32 -0400
commit365d46dc9be9b3c833990a06f3994b1987eda578 (patch)
tree9397d1304144a288411f2118707f44ff5e862fa6 /arch/x86/kernel/paravirt.c
parent5dc64a3442b98eaa0e3730c35fcf00cf962a93e7 (diff)
parentfd048088306656824958e7783ffcee27e241b361 (diff)
Merge branch 'linus' into x86/xen
Conflicts: arch/x86/kernel/cpu/common.c arch/x86/kernel/process_64.c arch/x86/xen/enlighten.c
Diffstat (limited to 'arch/x86/kernel/paravirt.c')
-rw-r--r--arch/x86/kernel/paravirt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c
index 7faea1817d05..e4c8fb608873 100644
--- a/arch/x86/kernel/paravirt.c
+++ b/arch/x86/kernel/paravirt.c
@@ -319,6 +319,7 @@ struct pv_cpu_ops pv_cpu_ops = {
319#endif 319#endif
320 .wbinvd = native_wbinvd, 320 .wbinvd = native_wbinvd,
321 .read_msr = native_read_msr_safe, 321 .read_msr = native_read_msr_safe,
322 .read_msr_amd = native_read_msr_amd_safe,
322 .write_msr = native_write_msr_safe, 323 .write_msr = native_write_msr_safe,
323 .read_tsc = native_read_tsc, 324 .read_tsc = native_read_tsc,
324 .read_pmc = native_read_pmc, 325 .read_pmc = native_read_pmc,
@@ -366,8 +367,6 @@ struct pv_cpu_ops pv_cpu_ops = {
366 367
367struct pv_apic_ops pv_apic_ops = { 368struct pv_apic_ops pv_apic_ops = {
368#ifdef CONFIG_X86_LOCAL_APIC 369#ifdef CONFIG_X86_LOCAL_APIC
369 .apic_write = native_apic_write,
370 .apic_read = native_apic_read,
371 .setup_boot_clock = setup_boot_APIC_clock, 370 .setup_boot_clock = setup_boot_APIC_clock,
372 .setup_secondary_clock = setup_secondary_APIC_clock, 371 .setup_secondary_clock = setup_secondary_APIC_clock,
373 .startup_ipi_hook = paravirt_nop, 372 .startup_ipi_hook = paravirt_nop,