diff options
author | Paul Mackerras <paulus@samba.org> | 2006-06-29 03:12:30 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-29 03:12:30 -0400 |
commit | 339d76c54336443f5050b00172beb675f35e3be0 (patch) | |
tree | efda7082ca6bed339472e12694f222d31cb49441 /arch | |
parent | 33dbcf72f607f5da791402e161feaf1ccf5d5be4 (diff) |
[POWERPC] Use little-endian bit from firmware ibm,pa-features property
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index ce02c056ac3f..320c913435cd 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -953,6 +953,7 @@ static struct ibm_pa_feature { | |||
953 | /* put this back once we know how to test if firmware does 64k IO */ | 953 | /* put this back once we know how to test if firmware does 64k IO */ |
954 | {CPU_FTR_CI_LARGE_PAGE, 0, 1, 2, 0}, | 954 | {CPU_FTR_CI_LARGE_PAGE, 0, 1, 2, 0}, |
955 | #endif | 955 | #endif |
956 | {CPU_FTR_REAL_LE, PPC_FEATURE_TRUE_LE, 5, 0, 0}, | ||
956 | }; | 957 | }; |
957 | 958 | ||
958 | static void __init check_cpu_pa_features(unsigned long node) | 959 | static void __init check_cpu_pa_features(unsigned long node) |