blob: 35b716008cd3620d492bc904867e610a4abd3393 [file] [log] [blame]
#ifndef _POWERNV_H
#define _POWERNV_H
#ifdef CONFIG_SMP
extern void pnv_smp_init(void);
#else
static inline void pnv_smp_init(void) { }
#endif
#endif /* _POWERNV_H */