]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit68201fbbb04a030864f8560b05d43d8019f7f8df
tree9c5fdd5bebb00154cc7eaf9a79780328100ee446
parent6abe248e16095547080d54c31b19f4a20319a217
powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS

Commit 2578bfae84a7 ("[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