]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 11 Aug 2016 06:03:14 +0000 (16:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2016 07:37:06 +0000 (17:37 +1000)
commitcd1b774cb0d8424431a5aa4c7e4224c4df8441bc
tree9c5fdd5bebb00154cc7eaf9a79780328100ee446
parent7498534f4275ff674195e683a46640a1fe9469db
powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS

Commit 5be1a43d1b0a ("[POWERPC] Create and use CONFIG_WORD_SIZE") added
CONFIG_WORD_SIZE, and suggests that other arches were going to do
likewise.

But that never happened, powerpc is the only architecture which uses it.

So switch to using a simple make variable, BITS, like x86, sh, sparc and
tile. It is also easier to spell and simpler, avoiding any confusion
about whether it's defined due to ordering of make vs kconfig.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/Makefile
arch/powerpc/kernel/Makefile
arch/powerpc/lib/Makefile
arch/powerpc/mm/Makefile