From: Michael Ellerman Date: Tue, 21 Mar 2006 09:45:59 +0000 (+1100) Subject: [PATCH] powerpc: Replace platform_is_lpar() with a firmware feature X-Git-Tag: v2.6.17-rc1~1117^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57cfb814f698d30894bc28e22125550193ebe549;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed