[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.
authorRobin Holt <holt@sgi.com>
Fri, 15 Aug 2008 14:21:24 +0000 (09:21 -0500)
committerTony Luck <tony.luck@intel.com>
Mon, 18 Aug 2008 22:39:48 +0000 (15:39 -0700)
commit97653f92c004d322ef27edb168a1b5f31142c6dc
treeca30e24926384fa24d3c39680bd26acc004e4b29
parentea42b8ce8cc9f4a3d3048fae5ba8ad7269d17afa
[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.

Making allmodconfig will break the current build.  This patch shrinks
the per_cpu__shadow_flush_counts from 16k to 8k which frees enough space
to allow allmodconfig to successfully complete.

Fixes http://bugzilla.kernel.org/show_bug.cgi?id=11338

Signed-off-by: Robin Holt <holt@sgi.com>
Acked-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smp.c