Re: [2.6 patch] x86: allow 64bit setting in Kconfig

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Adrian Bunk <bunk@...>
Cc: Ingo Molnar <mingo@...>, <tglx@...>, <mingo@...>, <hpa@...>, <linux-kernel@...>
Date: Monday, February 11, 2008 - 1:13 pm

> In my experience there is no way for me to enable 64BIT without somehow 

From the patch description when ARCH=x86 were introduced:

    # make {allno,allyes,allmod,rand}config [ARCH=...]
    option \ host arch      | 32bit         | 64bit
    =====================================================
    ./.                     | 32bit         | 64bit
    ARCH=x86                | 32bit         | 32bit
    ARCH=i386               | 32bit         | 32bit
    ARCH=x86_64             | 64bit         | 64bit

    The general rule are that ARCH= and native architecture
    takes precedence over the configuration.
    So make ARCH=i386 [whatever] will always build a 32-bit
    kernel no matter what the configuration says.
    The configuration will be updated to 32-bit if it was
    configured to 64-bit and the other way around.

    This behaviour is consistent with previous behaviour so
    no suprises here.

    make ARCH=x86 will per default result in a 32-bit kernel
    but as the only ARCH= value x86 allow the user to select
    between 32-bit and 64-bit using menuconfig.

So what you see is what was then discussed and considered
optimal functionality.
We shall keep in mind the main target here is to keep
peoples systems running as usual when they shift to
the unified {32 bit / 64 bit} x86 arch.

If you want anything changed then do this with respect to
the intended behaviour as documented above and keep the
setup used by our less kernel skilled testers in mind.

And you do not belong to the "less kernel skilled"
testers base.

	Sam
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6 patch] x86: allow 64bit setting in Kconfig, Adrian Bunk, (Mon Jan 28, 6:09 pm)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Ingo Molnar, (Fri Feb 1, 11:22 am)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Adrian Bunk, (Mon Feb 4, 4:45 pm)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Ingo Molnar, (Mon Feb 11, 12:37 pm)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Adrian Bunk, (Mon Feb 11, 12:50 pm)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Sam Ravnborg, (Mon Feb 11, 1:13 pm)
Re: [2.6 patch] x86: allow 64bit setting in Kconfig, Adrian Bunk, (Mon Feb 11, 1:30 pm)