From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752694AbYANUfm (ORCPT ); Mon, 14 Jan 2008 15:35:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750861AbYANUfe (ORCPT ); Mon, 14 Jan 2008 15:35:34 -0500 Received: from smtp5.pp.htv.fi ([213.243.153.39]:53264 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbYANUfd (ORCPT ); Mon, 14 Jan 2008 15:35:33 -0500 Date: Mon, 14 Jan 2008 22:34:34 +0200 From: Adrian Bunk To: Sam Ravnborg Cc: Ingo Molnar , Andi Kleen , rjw@sisk.pl, pavel@suse.cz, linux-kernel@vger.kernel.org Subject: Re: [PATCH x86] [15/16] Force __cpuinit on for CONFIG_PM without HOTPLUG_CPU Message-ID: <20080114203434.GF9847@does.not.exist> References: <20080114135240.GA15357@elte.hu> <20080114140910.GA8507@uranus.ravnborg.org> <20080114145854.GA31695@elte.hu> <20080114150103.GA2700@elte.hu> <20080114182052.GB9847@does.not.exist> <20080114191009.GB2288@elte.hu> <20080114195258.GC9847@does.not.exist> <20080114200126.GB9257@uranus.ravnborg.org> <20080114201826.GD9847@does.not.exist> <20080114202740.GD9257@uranus.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20080114202740.GD9257@uranus.ravnborg.org> User-Agent: Mutt/1.5.17 (2007-12-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 14, 2008 at 09:27:40PM +0100, Sam Ravnborg wrote: > > > > Can you fix the bug that menuconfig does not let me enable CONFIG_64BIT? > > > > > > make ARCH=x86_64 allyesconfig > > > will set CONFIG_64BIT for you - no? > > > > Yes. > > > > But this still leaves the fact that when someone says 'allyesconfig' > > it's no longer clear which configuration he has. > Assuming you are on an x86 box... > > make allyesconfig will give you a config for same OS bit-size as you run. > make ARCH=i386 allyesconfig gives you a 32 bit config > make ARCH=x86_64 allyesconfig gives you a 64 bit config > > make ARCH=x86 allyesconfig gives you a 32 bit config where you can select 64 bit. > > It was seen as the best solution when unifying 32 and 64 bit stuff > and introducing support for ARCH=x86. > > No-one has complained until now so most people seems to get it > or maybe they are just silent. Or I'm the only person doing kernel development on a 32bit x86 machine? Even oldconfig is busted since the Kconfig choice is not available without explicitely setting ARCH. > Sam cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed