From: David S. Miller Date: Fri, 5 Aug 2011 09:38:27 +0000 (-0700) Subject: sparc: Size mondo queues more sanely. X-Git-Tag: v3.1-rc1~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961f65fc41cdc1f9099a6075258816c0db98e390;p=pandora-kernel.git sparc: Size mondo queues more sanely. There is currently no upper limit on the mondo queue sizes we'll use, which guarentees that we'll eventually his page allocation limits, and thus allocation failures, due to MAX_ORDER. Cap the sizes sanely, current limits are: CPU MONDO 2 * max_possible_cpus DEV MONDO 256 (basically NR_IRQS) RES MONDO 128 NRES MONDO 4 Signed-off-by: David S. Miller --- Reading git-diff-tree failed