]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] powerpc: Replace platform_is_lpar() with a firmware feature
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 21 Mar 2006 09:45:59 +0000 (20:45 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Mar 2006 04:04:17 +0000 (15:04 +1100)
commit57cfb814f698d30894bc28e22125550193ebe549
tree755fd11b1a528f8de7913119b457f866734cb81a
parent3d15910bfbeb02286ce4b5009c53754e88066ccb
[PATCH] powerpc: Replace platform_is_lpar() with a firmware feature

It has been decreed that platform numbers are evil, so as a step in that
direction, replace platform_is_lpar() with a FW_FEATURE_LPAR bit.

Currently FW_FEATURE_LPAR really means i/pSeries LPAR, in the future we might
have to clean that up if we need to be more specific about what LPAR actually
means. But that's another patch ...

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_utils_64.c
arch/powerpc/oprofile/op_model_power4.c
arch/powerpc/platforms/iseries/setup.c
arch/powerpc/platforms/pseries/iommu.c
arch/powerpc/platforms/pseries/setup.c
arch/powerpc/platforms/pseries/smp.c
arch/powerpc/platforms/pseries/xics.c
include/asm-powerpc/firmware.h
include/asm-powerpc/processor.h