summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash64_64k.c
diff options
context:
space:
mode:
authorPaul Mackerras2016-02-22 03:41:12 +0100
committerMichael Ellerman2016-02-27 11:06:57 +0100
commit1ec3f937102154b54c3ba97b79d4bd3931bb0eaa (patch)
treefe1d48d2cac53135d9ffc8fd77f8c073ac7c070a /arch/powerpc/mm/hash64_64k.c
parentMerge tag 'powerpc-4.5-4' into next (diff)
downloadkernel-qcow2-linux-1ec3f937102154b54c3ba97b79d4bd3931bb0eaa.tar.gz
kernel-qcow2-linux-1ec3f937102154b54c3ba97b79d4bd3931bb0eaa.tar.xz
kernel-qcow2-linux-1ec3f937102154b54c3ba97b79d4bd3931bb0eaa.zip
powerpc/mm/book3s-64: Clean up some obsolete or misleading comments
No code changes. Signed-off-by: Paul Mackerras <paulus@samba.org> 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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/mm/hash64_64k.c b/arch/powerpc/mm/hash64_64k.c
index edb09912f0c9..ef6fac6d773c 100644
--- a/arch/powerpc/mm/hash64_64k.c
+++ b/arch/powerpc/mm/hash64_64k.c
@@ -249,8 +249,7 @@ int __hash_page_64K(unsigned long ea, unsigned long access,
return 0;
/*
* Try to lock the PTE, add ACCESSED and DIRTY if it was
- * a write access. Since this is 4K insert of 64K page size
- * also add _PAGE_COMBO
+ * a write access.
*/
new_pte = old_pte | _PAGE_BUSY | _PAGE_ACCESSED;
if (access & _PAGE_RW)