From: Jack Steiner Date: Mon, 5 Dec 2005 19:56:50 +0000 (-0600) Subject: [IA64] Limit the maximum NODEDATA_ALIGN() offset X-Git-Tag: v2.6.15-rc6~97^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb7f67280128a9ddaa756ff10212391d28caec4;p=pandora-kernel.git [IA64] Limit the maximum NODEDATA_ALIGN() offset 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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed