The patch titled Subject: m32r: define CPU_BIG_ENDIAN has been added to the -mm tree. Its filename is m32r-define-cpu_big_endian.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/m32r-define-cpu_big_endian.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/m32r-define-cpu_big_endian.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx> Subject: m32r: define CPU_BIG_ENDIAN The build of m32r allmodconfig is giving lots of build warnings about: include/linux/byteorder/big_endian.h:7:2: warning: #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN [-Wcpp] #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN Define CPU_BIG_ENDIAN like the way CPU_LITTLE_ENDIAN is defined. Link: http://lkml.kernel.org/r/1505678083-10320-1-git-send-email-sudipm.mukherjee@xxxxxxxxx Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff -puN arch/m32r/Kconfig~m32r-define-cpu_big_endian arch/m32r/Kconfig --- a/arch/m32r/Kconfig~m32r-define-cpu_big_endian +++ a/arch/m32r/Kconfig @@ -194,6 +194,10 @@ config TIMER_DIVIDE int "Timer divider (integer)" default "128" +config CPU_BIG_ENDIAN + bool "Generate big endian code" + default n + config CPU_LITTLE_ENDIAN bool "Generate little endian code" default n _ Patches currently in -mm which might be from sudipm.mukherjee@xxxxxxxxx are m32r-define-cpu_big_endian.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html