commit | af984b816530b4725b92e01ecfba7c5e3eab910d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 06 13:50:58 2009 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 20 10:25:12 2009 +1000 |
tree | 61094de1257e469bd700deddacf352404a532e17 | |
parent | 2d27cfd3286966c04d4192a9db5a6c7ea60eebf1 [diff] |
powerpc/mm: Fix encoding of page table cache numbers The mask used to encode the page table cache number in the batch when freeing page tables was too small for the new possible values of MMU page sizes. This increases it along with a comment explaining the constraints. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>