powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message
[cascardo/linux.git] / arch / powerpc / platforms / cell / interrupt.c
index 2d42f3b..adf3726 100644 (file)
@@ -215,7 +215,7 @@ void iic_request_IPIs(void)
 {
        iic_request_ipi(PPC_MSG_CALL_FUNCTION);
        iic_request_ipi(PPC_MSG_RESCHEDULE);
-       iic_request_ipi(PPC_MSG_CALL_FUNC_SINGLE);
+       iic_request_ipi(PPC_MSG_UNUSED);
        iic_request_ipi(PPC_MSG_DEBUGGER_BREAK);
 }