Re: 2.6.28-rc9 panics with crashkernel=256M while booting

From: Dave Hansen
Date: Wed Jan 07 2009 - 12:25:47 EST


On Wed, 2009-01-07 at 18:28 +0530, Chandru wrote:
> I don't know how you wanted NODE_DATA() to be consulted here. i.e before
> calling reserve_bootmem_node() should we have a condition
>
> if (PFN_UP(physbase+reserve_size) > node_end_pfn)
> then
> resize reserve_size again so that PFN_UP() will equate to node_end_pfn ??
> end

I'm just suggesting making your fix in the ppc code instead of in
mm/bootmem.c.

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