commit | 4b8692c022a4b149d0c2cc3f4f7a363453fde72a | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 23 10:31:13 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 23 12:56:56 2010 +1000 |
tree | 11e71230effaa73f24d999ed7eeacb1125c8a047 | |
parent | 171aa2caaad16ed32b655d33565e112a12cb3537 [diff] |
powerpc/mm: Add some debug output when hash insertion fails This adds some debug output to our MMU hash code to print out some useful debug data if the hypervisor refuses the insertion (which should normally never happen). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> ---