diff options
Diffstat (limited to 'arch/powerpc/include/asm/xics.h')
-rw-r--r-- | arch/powerpc/include/asm/xics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/xics.h b/arch/powerpc/include/asm/xics.h index 6c06306c4100..1750c8dae1fa 100644 --- a/arch/powerpc/include/asm/xics.h +++ b/arch/powerpc/include/asm/xics.h | |||
@@ -40,7 +40,7 @@ struct icp_ops { | |||
40 | void (*teardown_cpu)(void); | 40 | void (*teardown_cpu)(void); |
41 | void (*flush_ipi)(void); | 41 | void (*flush_ipi)(void); |
42 | #ifdef CONFIG_SMP | 42 | #ifdef CONFIG_SMP |
43 | void (*message_pass)(int target, int msg); | 43 | void (*message_pass)(int cpu, int msg); |
44 | irq_handler_t ipi_action; | 44 | irq_handler_t ipi_action; |
45 | #endif | 45 | #endif |
46 | }; | 46 | }; |