]> Git Repo - linux.git/commit
m32r: define CPU_BIG_ENDIAN
authorSudip Mukherjee <[email protected]>
Tue, 3 Oct 2017 23:15:23 +0000 (16:15 -0700)
committerLinus Torvalds <[email protected]>
Wed, 4 Oct 2017 00:54:24 +0000 (17:54 -0700)
commit5bdfca6435b8294490ffb5b7c8b7d8eac3814b06
tree84c7a2accb659f3b649e39413a18fa1e8e590e6b
parentae94264ed4b0cf7cd887947650db4c69acb62072
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/[email protected]
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/m32r/Kconfig
This page took 0.05838 seconds and 4 git commands to generate.