From: Michael Ellerman Date: Thu, 7 Apr 2011 21:22:23 +0000 (+0000) Subject: powerpc/book3e: Fix extlb size X-Git-Tag: v3.0-rc1~385^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b8ad405862fb10e496ce839d423dfc94ac821b;p=pandora-kernel.git powerpc/book3e: Fix extlb size The calculation of the size for the exception save area of the TLB miss handler is wrong, luckily it's too big not too small. Rework it to make it a bit clearer, and also correct. We want 3 save areas, each EX_TLB_SIZE _bytes_. Signed-off-by: Michael Ellerman Acked-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed