commit | b7c84c6ada2be942eca6722edb2cfaad412cd5de | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@engr.sgi.com> | Wed Jun 22 20:26:07 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 22 20:42:32 2005 -0700 |
tree | 06cba21e92755bf6b815221d5124ca0f9faf7985 | |
parent | a4936044001694f033fe4ea94d6034d51a6b465c [diff] |
[PATCH] boot_pageset must not be freed. 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>