commit | a7b8ad405862fb10e496ce839d423dfc94ac821b | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Apr 07 21:22:23 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 27 14:18:48 2011 +1000 |
tree | 555b32f7672568650556a81fcc34d3ef27a52e3c | |
parent | b91e136cdf88e19e998dbf4631ead266de4b80b5 [diff] |
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 <michael@ellerman.id.au> Acked-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>