[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <47CD78F0.2060802@zytor.com>
Date: Tue, 04 Mar 2008 08:29:36 -0800
From: "H. Peter Anvin" <hpa@...or.com>
To: Ingo Molnar <mingo@...e.hu>
CC: Rick van Rein <rick@...rein.org>, linux-kernel@...r.kernel.org,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 2.6.24] mm: BadRAM support for broken memory
Ingo Molnar wrote:
>>>
>> How is this different from:
>>
>> memmap=<size>$<len>
>>
>> ... ?
>
> it's the inverse? When we identify bad areas of RAM, we really want to
> "punch holes" into the existing memory map. So 'badram=' or
> 'excludemem=' would be nicer and easier to use.
>
> Or extend 'memmap=' with an inverse parameter: memmap=!0x10000000$1M
> would exclude a 1MB region at 256MB physical.
>
My understanding is that the $-form (as opposed to the @-form or #-form)
is exactly that:
memmap=nn[KMG]$ss[KMG]
[KNL,ACPI] Mark specific memory as reserved.
Region of memory to be used, from ss to ss+nn.
"Reserved" usually means "don't use as either memory or free address space".
-hpa
--
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