[IA64] Limit the maximum NODEDATA_ALIGN() offset
authorJack Steiner <steiner@sgi.com>
Mon, 5 Dec 2005 19:56:50 +0000 (13:56 -0600)
committerTony Luck <tony.luck@intel.com>
Tue, 6 Dec 2005 17:10:37 +0000 (09:10 -0800)
The per-node data structures are allocated with strided offsets that are a
function of the node number. This prevents excessive cache-aliasing from
occurring.

On systems with a large number of nodes, the strided offset becomes
too large. This patch restricts the maximum offset to 32MB. This is far larger
than the size of any current L3 cache.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found