Re: [PATCH 2/6] arch/sparc: Define config parameter CPU_BIG_ENDIAN

From: Babu Moger
Date: Fri May 19 2017 - 12:27:15 EST



On 5/18/2017 9:26 PM, David Miller wrote:
From: Babu Moger <babu.moger@xxxxxxxxxx>
Date: Thu, 18 May 2017 18:36:06 -0600

@@ -91,6 +91,10 @@ config ARCH_DEFCONFIG
config ARCH_PROC_KCORE_TEXT
def_bool y
+config CPU_BIG_ENDIAN
+ bool
+ default y if SPARC64
+
32-bit sparc is big-endian too :-)

So please don't use SPARC64 for the setting, use plain SPARC instead.

Ok. Sure. Will do.