X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fsmp.h;h=d86f742e9a2191fe90f0971f12e96f66c8d9225c;hb=b2c0ab17ba751abe13a28508b1ac7e9ca074cd87;hp=8115ecb8feee24abd99a25b3659fb58d98315ce0;hpb=a5324343955997d1439f26518ddac567cd5d134b;p=~andy%2Flinux diff --git a/include/asm-ppc64/smp.h b/include/asm-ppc64/smp.h index 8115ecb8fee..d86f742e9a2 100644 --- a/include/asm-ppc64/smp.h +++ b/include/asm-ppc64/smp.h @@ -85,6 +85,14 @@ extern void smp_generic_take_timebase(void); extern struct smp_ops_t *smp_ops; +#ifdef CONFIG_PPC_PSERIES +void vpa_init(int cpu); +#else +static inline void vpa_init(int cpu) +{ +} +#endif /* CONFIG_PPC_PSERIES */ + #endif /* __ASSEMBLY__ */ #endif /* !(_PPC64_SMP_H) */