Merge branch 'linus' into x86/x2apic
[linux-2.6-block.git] / arch / x86 / kernel / apic_32.c
index cb54d9e20f94682f1a5153ac0c8371f857c250a8..34101962fb0ed02828acfdfe3d18a29eddd135e2 100644 (file)
@@ -1374,6 +1374,10 @@ void __init smp_intr_init(void)
 
        /* IPI for generic function call */
        alloc_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt);
+
+       /* IPI for single call function */
+       set_intr_gate(CALL_FUNCTION_SINGLE_VECTOR,
+                               call_function_single_interrupt);
 }
 #endif