Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9a68147 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Michael Ellerman
Browse files

powerp/mm: Update code comments



We are updating pte in those functions.

Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent ff20c2e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid,
			}
		}
		/*
		 * Hypervisor failure. Restore old pmd and return -1
		 * Hypervisor failure. Restore old pte and return -1
		 * similar to __hash_page_*
		 */
		if (unlikely(slot == -2)) {
+2 −2
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid,
		}
	}
	/*
	 * 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 @@ int __hash_page_64K(unsigned long ea, unsigned long access,
			}
		}
		/*
		 * Hypervisor failure. Restore old pmd and return -1
		 * Hypervisor failure. Restore old pte and return -1
		 * similar to __hash_page_*
		 */
		if (unlikely(slot == -2)) {