From: Benjamin Herrenschmidt Date: Thu, 10 Jan 2013 06:44:19 +0000 (+1100) Subject: powerpc: Make room in exception vector area X-Git-Tag: v3.9-rc1~100^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61383407677aef05928541a00678591abea2d84c;p=pandora-kernel.git powerpc: Make room in exception vector area The FWNMI region is fixed at 0x7000 and the vector are now overflowing that with some configurations. Fix that by moving some hash management code out of that region as it doesn't need to be that close to the call sites (isn't accessed using conditional branches). Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed