Commit 339d76c5 authored by Paul Mackerras's avatar Paul Mackerras

[POWERPC] Use little-endian bit from firmware ibm,pa-features property

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 33dbcf72
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment