diff options
Diffstat (limited to 'arch/powerpc/include/asm/lppaca.h')
| -rw-r--r-- | arch/powerpc/include/asm/lppaca.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/lppaca.h b/arch/powerpc/include/asm/lppaca.h index d2a65e8ca6a..f78f65c38f0 100644 --- a/arch/powerpc/include/asm/lppaca.h +++ b/arch/powerpc/include/asm/lppaca.h @@ -20,6 +20,11 @@  #define _ASM_POWERPC_LPPACA_H  #ifdef __KERNEL__ +/* These definitions relate to hypervisors that only exist when using + * a server type processor + */ +#ifdef CONFIG_PPC_BOOK3S +  //=============================================================================  //  //	This control block contains the data that is shared between the @@ -158,5 +163,6 @@ struct slb_shadow {  extern struct slb_shadow slb_shadow[]; +#endif /* CONFIG_PPC_BOOK3S */  #endif /* __KERNEL__ */  #endif /* _ASM_POWERPC_LPPACA_H */  |