X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fprocessor.h;h=64b606aaedbe5ad438944e93a4ea9deaa7406a99;hb=2c66a62d2d9e2315e6e748b96643f7f141c4d017;hp=d3e83108c06470cec54a934a3e04292df009b080;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-ppc64/processor.h b/include/asm-ppc64/processor.h index d3e83108c..64b606aae 100644 --- a/include/asm-ppc64/processor.h +++ b/include/asm-ppc64/processor.h @@ -384,6 +384,8 @@ #define PV_POWER4p 0x0038 #define PV_GPUL 0x0039 #define PV_POWER5 0x003A +#define PV_POWER5p 0x003B +#define PV_GPULp 0x003C #define PV_630 0x0040 #define PV_630p 0x0041 @@ -625,6 +627,11 @@ static inline void prefetchw(const void *x) #define spin_lock_prefetch(x) prefetchw(x) +#ifdef CONFIG_SCHED_SMT +#define ARCH_HAS_SCHED_DOMAIN +#define ARCH_HAS_SCHED_WAKE_IDLE +#endif + #endif /* ASSEMBLY */ #endif /* __ASM_PPC64_PROCESSOR_H */