From: Jack Steiner Date: Wed, 16 Dec 2009 00:48:03 +0000 (-0800) Subject: gru: handle blades without memory X-Git-Tag: v2.6.33-rc1~71^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9178052fda2f934535f0b9940b987c3ac4c51bd7;p=pandora-kernel.git gru: handle blades without memory Do not use alloc_pages_exact_node() to allocate GRU tables. If a blade has no local memory, nid will be -1. Use alloc_pages_node() instead. Signed-off-by: Jack Steiner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed