Re: [PATCH] x86_64: early memtest to find bad ram

From: Yinghai Lu
Date: Sat Mar 22 2008 - 17:21:19 EST


On Sat, Mar 22, 2008 at 1:48 PM, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
> On Thu, 20 Mar 2008 23:58:33 -0700
>
> Yinghai Lu <yhlu.kernel.send@xxxxxxxxx> wrote:
>
> >
>
> > do simple memtest after init_memory_mapping
> >
> > use find_e820_area_size to find all ram range that is not reserved.
>
> be careful, there's some special memory that e820 right now says is not reserved,
> but still has bios data (the first 4Kb of memory come to mind)
only test ranges that have E820_RAM and exclude range that is early_reserved...
so it is safe.

YH
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/