diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2013-04-28 05:37:37 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-04-30 02:00:22 -0400 |
commit | d8139ebf8596a1e56bd98b7a83e8777b5ff5fb2d (patch) | |
tree | 4dfa5377395a85533d945a3f3dd112cd27c2e7cb /arch/powerpc/mm/hugetlbpage-hash64.c | |
parent | 7e74c3921ad9610c0b49f28b8fc69f7480505841 (diff) |
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>
Diffstat (limited to 'arch/powerpc/mm/hugetlbpage-hash64.c')
-rw-r--r-- | arch/powerpc/mm/hugetlbpage-hash64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hugetlbpage-hash64.c b/arch/powerpc/mm/hugetlbpage-hash64.c index b913f416d97a..0f1d94a1fb82 100644 --- a/arch/powerpc/mm/hugetlbpage-hash64.c +++ b/arch/powerpc/mm/hugetlbpage-hash64.c | |||
@@ -110,7 +110,7 @@ int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, | |||
110 | if (unlikely(slot == -2)) { | 110 | if (unlikely(slot == -2)) { |
111 | *ptep = __pte(old_pte); | 111 | *ptep = __pte(old_pte); |
112 | hash_failure_debug(ea, access, vsid, trap, ssize, | 112 | hash_failure_debug(ea, access, vsid, trap, ssize, |
113 | mmu_psize, old_pte); | 113 | mmu_psize, mmu_psize, old_pte); |
114 | return -1; | 114 | return -1; |
115 | } | 115 | } |
116 | 116 | ||