Re: [PATCH] x86: Use CONFIG_64BIT to select between 32 and 64 bit in Kconfig

2007-11-10 Thread Randy Dunlap
On Sat, 10 Nov 2007 21:43:27 +0100 Sam Ravnborg wrote: > This change allow us to use the new syntax: > make K64BIT={n,y} to select between 32 and 64 bit. > > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> > --- > arch/x86/Kconfig | 26 -- > 1 files changed, 8 insertion

[PATCH] x86: Use CONFIG_64BIT to select between 32 and 64 bit in Kconfig

2007-11-10 Thread Sam Ravnborg
This change allow us to use the new syntax: make K64BIT={n,y} to select between 32 and 64 bit. Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> --- arch/x86/Kconfig | 26 -- 1 files changed, 8 insertions(+), 18 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfi