2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08: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:
Aneesh Kumar K.V 2016-03-01 12:59:17 +05:30 committed by Michael Ellerman
parent ff20c2e0ac
commit e9a681478c
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,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)) {

View File

@ -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)) {