]> rtime.felk.cvut.cz Git - linux-imx.git/commit
sparc: Size mondo queues more sanely.
authorDavid S. Miller <davem@davemloft.net>
Fri, 5 Aug 2011 09:38:27 +0000 (02:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Aug 2011 09:38:27 +0000 (02:38 -0700)
commit961f65fc41cdc1f9099a6075258816c0db98e390
tree867a00c32303c8aeaaef35ae9b49d93b7cacf8e9
parent9076d0e7e02b98f7a65df10d1956326c8d8ba61a
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 <davem@davemloft.net>
arch/sparc/kernel/mdesc.c