summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash64_64k.c
diff options
context:
space:
mode:
authorAneesh Kumar K.V2016-03-01 08:29:17 +0100
committerMichael Ellerman2016-03-03 11:18:29 +0100
commite9a681478ce535b4a0263a760a25a65fd8ca5ba3 (patch)
treec29c7073ba5691e4983047c905ea54e2752900f0 /arch/powerpc/mm/hash64_64k.c
parentmm: Some arch may want to use HPAGE_PMD related values as variables (diff)
downloadkernel-qcow2-linux-e9a681478ce535b4a0263a760a25a65fd8ca5ba3.tar.gz
kernel-qcow2-linux-e9a681478ce535b4a0263a760a25a65fd8ca5ba3.tar.xz
kernel-qcow2-linux-e9a681478ce535b4a0263a760a25a65fd8ca5ba3.zip
powerp/mm: Update code comments
We are updating pte in those functions. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/hash64_64k.c')
-rw-r--r--arch/powerpc/mm/hash64_64k.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/mm/hash64_64k.c b/arch/powerpc/mm/hash64_64k.c
index ef6fac6d773c..b2d659cf51c6 100644
--- a/arch/powerpc/mm/hash64_64k.c
+++ b/arch/powerpc/mm/hash64_64k.c
@@ -188,7 +188,7 @@ repeat:
}
}
/*
- * Hypervisor failure. Restore old pmd and return -1
+ * Hypervisor failure. Restore old pte and return -1
* similar to __hash_page_*
*/
if (unlikely(slot == -2)) {
@@ -310,7 +310,7 @@ repeat:
}
}
/*
- * Hypervisor failure. Restore old pmd and return -1
+ * Hypervisor failure. Restore old pte and return -1
* similar to __hash_page_*
*/
if (unlikely(slot == -2)) {