[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090310062134.704d2c7e@infradead.org>
Date: Tue, 10 Mar 2009 06:21:34 -0700
From: Arjan van de Ven <arjan@...radead.org>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Andi Kleen <andi@...stfloor.org>,
Ozan Çağlayan <ozan@...dus.org.tr>,
Alexey Dobriyan <adobriyan@...il.com>,
linux-kernel@...r.kernel.org, "H. Peter Anvin" <hpa@...or.com>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH] x86: suggest running a 64bit kernel on LM capable
machines with plenty memory.
On Tue, 10 Mar 2009 10:37:08 +0100
Peter Zijlstra <peterz@...radead.org> wrote:
> diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c
> index 34ef5c7..e759107 100644
> --- a/arch/x86/mm/init_32.c
> +++ b/arch/x86/mm/init_32.c
> @@ -713,13 +713,19 @@ void __init lowmem_pfn_init(void)
> "only %luMB highmem pages available, ignoring highmem size
> of %luMB!\n"
> #define MSG_HIGHMEM_TRIMMED \
> - "Warning: only 4GB will be used. Use a HIGHMEM64G enabled
> kernel!\n"
> + "Warning: only 4GB will be used. Use a %s kernel!\n"
> +
> +#define MSG_LM_TRIMMED \
> + "Warning: instead of using a 32bit %s kernel, Use a 64bit
> kernel!\n" +
I would like to avoid the prefix "Warning:" for something like this ;-)
lets keep that prefix for Real Warnings(tm) instead please.
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists