From: Paul Mackerras Date: Thu, 29 Jun 2006 07:12:30 +0000 (+1000) Subject: [POWERPC] Use little-endian bit from firmware ibm,pa-features property X-Git-Tag: v2.6.18-rc1~358^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=339d76c54336443f5050b00172beb675f35e3be0;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [POWERPC] Use little-endian bit from firmware ibm,pa-features property Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index ce02c05..320c913 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c @@ -953,6 +953,7 @@ static struct ibm_pa_feature { /* put this back once we know how to test if firmware does 64k IO */ {CPU_FTR_CI_LARGE_PAGE, 0, 1, 2, 0}, #endif + {CPU_FTR_REAL_LE, PPC_FEATURE_TRUE_LE, 5, 0, 0}, }; static void __init check_cpu_pa_features(unsigned long node)