diff options
Diffstat (limited to 'arch/powerpc/include/asm/smp.h')
-rw-r--r-- | arch/powerpc/include/asm/smp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/smp.h b/arch/powerpc/include/asm/smp.h index 084e0807db98..ff51046b6466 100644 --- a/arch/powerpc/include/asm/smp.h +++ b/arch/powerpc/include/asm/smp.h | |||
@@ -120,7 +120,7 @@ extern int cpu_to_core_id(int cpu); | |||
120 | * in /proc/interrupts will be wrong!!! --Troy */ | 120 | * in /proc/interrupts will be wrong!!! --Troy */ |
121 | #define PPC_MSG_CALL_FUNCTION 0 | 121 | #define PPC_MSG_CALL_FUNCTION 0 |
122 | #define PPC_MSG_RESCHEDULE 1 | 122 | #define PPC_MSG_RESCHEDULE 1 |
123 | #define PPC_MSG_CALL_FUNC_SINGLE 2 | 123 | #define PPC_MSG_TICK_BROADCAST 2 |
124 | #define PPC_MSG_DEBUGGER_BREAK 3 | 124 | #define PPC_MSG_DEBUGGER_BREAK 3 |
125 | 125 | ||
126 | /* for irq controllers that have dedicated ipis per message (4) */ | 126 | /* for irq controllers that have dedicated ipis per message (4) */ |