powerpc: print both base and actual page size on hash failure

Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Aneesh Kumar K.V
2013-04-28 09:37:37 +00:00
committed by Benjamin Herrenschmidt
parent 7e74c3921a
commit d8139ebf85
3 changed files with 10 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid,
if (unlikely(slot == -2)) {
*ptep = __pte(old_pte);
hash_failure_debug(ea, access, vsid, trap, ssize,
mmu_psize, old_pte);
mmu_psize, mmu_psize, old_pte);
return -1;
}