[PATCH] boot_pageset must not be freed.
authorChristoph Lameter <clameter@engr.sgi.com>
Thu, 23 Jun 2005 03:26:07 +0000 (20:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 03:42:32 +0000 (20:42 -0700)
The boot_pageset needs to be preserved for hotplugging and for off line
processors and nodes. Otherwise pointers will point into memory that has
now a different use. /proc/zoneinfo is currently showing strange results
if processors / nodes are not present.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found