From: Jan Beulich Date: Tue, 22 Sep 2009 00:03:07 +0000 (-0700) Subject: mm: also use alloc_large_system_hash() for the PID hash table X-Git-Tag: v2.6.32-rc1~507 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c85f51d222ccdd8c401d77a36b723a89156810d;p=pandora-kernel.git mm: also use alloc_large_system_hash() for the PID hash table This is being done by allowing boot time allocations to specify that they may want a sub-page sized amount of memory. Overall this seems more consistent with the other hash table allocations, and allows making two supposedly mm-only variables really mm-only (nr_{kernel,all}_pages). Signed-off-by: Jan Beulich Cc: Ingo Molnar Cc: "Eric W. Biederman" Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed