From: Nathan Fontenot Date: Mon, 26 Sep 2011 15:22:33 +0000 (-0500) Subject: memory hotplug: Correct page reservation checking X-Git-Tag: v3.2-rc1~184^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f23eb7ba7619de85d8edca6e5336bc33072dbd;p=pandora-kernel.git memory hotplug: Correct page reservation checking The check to ensure that pages of recently added memory sections are correctly marked as reserved before trying to online the memory is broken. The request to online the memory fails with the following: kernel: section number XXX page number 256 not reserved, was it already online? This updates the page reservation checking to check the pages of each memory section of the memory block being onlined individually. Signed-off-by: Nathan Fontenot Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed