diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/pseries.h')
-rw-r--r-- | arch/powerpc/platforms/pseries/pseries.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/pseries.h b/arch/powerpc/platforms/pseries/pseries.h index 37618cb896cb..36c791572682 100644 --- a/arch/powerpc/platforms/pseries/pseries.h +++ b/arch/powerpc/platforms/pseries/pseries.h | |||
@@ -17,4 +17,12 @@ struct pt_regs; | |||
17 | extern int pSeries_system_reset_exception(struct pt_regs *regs); | 17 | extern int pSeries_system_reset_exception(struct pt_regs *regs); |
18 | extern int pSeries_machine_check_exception(struct pt_regs *regs); | 18 | extern int pSeries_machine_check_exception(struct pt_regs *regs); |
19 | 19 | ||
20 | #ifdef CONFIG_SMP | ||
21 | extern void smp_init_pseries_mpic(void); | ||
22 | extern void smp_init_pseries_xics(void); | ||
23 | #else | ||
24 | static inline smp_init_pseries_mpic(void) { }; | ||
25 | static inline smp_init_pseries_xics(void) { }; | ||
26 | #endif | ||
27 | |||
20 | #endif /* _PSERIES_PSERIES_H */ | 28 | #endif /* _PSERIES_PSERIES_H */ |