Re: [RFC PATCH] Add CONFIG_BITS to remove the test in arch/x86/Makefile

2007-11-26 Thread Stephen Rothwell
On Mon, 26 Nov 2007 14:36:07 +0100 Loic Grenie <[EMAIL PROTECTED]> wrote: > > I propose the following patch to arch/x86/Makefile and Kconfig. > > Actions: > > - Add a BITS variable to Kconfig which takes value 32 or 64 according >to 64BIT. Linus' suggestion was WORD_SIZE and tha

[RFC PATCH] Add CONFIG_BITS to remove the test in arch/x86/Makefile

2007-11-26 Thread Loic Grenie
I propose the following patch to arch/x86/Makefile and Kconfig. Actions: - Add a BITS variable to Kconfig which takes value 32 or 64 according to 64BIT. - Modify arch/x86/Makefile to use CONFIG_BITS instead of testing ARCH. How this could be expanded: - Either r