mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 12:42:22 +07:00
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>
This commit is contained in:
parent
ff20c2e0ac
commit
e9a681478c
@ -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_*
|
* similar to __hash_page_*
|
||||||
*/
|
*/
|
||||||
if (unlikely(slot == -2)) {
|
if (unlikely(slot == -2)) {
|
||||||
|
@ -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_*
|
* similar to __hash_page_*
|
||||||
*/
|
*/
|
||||||
if (unlikely(slot == -2)) {
|
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_*
|
* similar to __hash_page_*
|
||||||
*/
|
*/
|
||||||
if (unlikely(slot == -2)) {
|
if (unlikely(slot == -2)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user