Re: 2.6.13-mm2

From: Dave Hansen
Date: Mon Sep 12 2005 - 13:20:35 EST


On Mon, 2005-09-12 at 11:06 -0700, Martin J. Bligh wrote:
> Crashes on boot
>
> http://test.kernel.org/12589/debug/console.log
>
> May or may not be anything to do with what you were doing.

diff -puN arch/i386/mm/init.c~highmem-debug arch/i386/mm/init.c
--- memhotplug/arch/i386/mm/init.c~highmem-debug 2005-09-09 08:50:15.000000000 -0700
+++ memhotplug-dave/arch/i386/mm/init.c 2005-09-09 08:50:15.000000000 -0700
@@ -278,6 +278,7 @@ void __init add_one_highpage_init(struct
{
if (page_is_ram(pfn) && !(bad_ppro && page_kills_ppro(pfn))) {
ClearPageReserved(page);
+ free_new_highpage(page);
} else
SetPageReserved(page);
}
_


-- Dave

-
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/