aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/pgtable.h')
-rw-r--r--include/asm-i386/pgtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/pgtable.h b/include/asm-i386/pgtable.h
index e7ddd2341309..00e97a9d367e 100644
--- a/include/asm-i386/pgtable.h
+++ b/include/asm-i386/pgtable.h
@@ -344,7 +344,7 @@ static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, unsigned long
344 pte_t pte; 344 pte_t pte;
345 if (full) { 345 if (full) {
346 pte = *ptep; 346 pte = *ptep;
347 pte_clear(mm, addr, ptep); 347 native_pte_clear(mm, addr, ptep);
348 } else { 348 } else {
349 pte = ptep_get_and_clear(mm, addr, ptep); 349 pte = ptep_get_and_clear(mm, addr, ptep);
350 } 350 }