X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fentry_64.S;h=3f129d963a05b28b2438ab9c49326eb87de37a06;hb=f541ae326fa120fa5c57433e4d9a133df212ce41;hp=a331ec38af9ebb5d186685623448ac2e5263fd31;hpb=0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c;p=linux-drm-fsl-dcu.git diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S index a331ec38af9e..3f129d963a05 100644 --- a/arch/x86/kernel/entry_64.S +++ b/arch/x86/kernel/entry_64.S @@ -1025,6 +1025,11 @@ apicinterrupt ERROR_APIC_VECTOR \ apicinterrupt SPURIOUS_APIC_VECTOR \ spurious_interrupt smp_spurious_interrupt +#ifdef CONFIG_PERF_COUNTERS +apicinterrupt LOCAL_PERF_VECTOR \ + perf_counter_interrupt smp_perf_counter_interrupt +#endif + /* * Exception entry points. */