diff options
Diffstat (limited to 'arch/x86/include/asm/pgtable.h')
-rw-r--r-- | arch/x86/include/asm/pgtable.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index f735c3016325..09f9e1e00e3b 100644 --- a/arch/x86/include/asm/pgtable.h +++ b/arch/x86/include/asm/pgtable.h | |||
@@ -667,11 +667,6 @@ static inline bool pte_accessible(struct mm_struct *mm, pte_t a) | |||
667 | return false; | 667 | return false; |
668 | } | 668 | } |
669 | 669 | ||
670 | static inline int pte_hidden(pte_t pte) | ||
671 | { | ||
672 | return pte_flags(pte) & _PAGE_HIDDEN; | ||
673 | } | ||
674 | |||
675 | static inline int pmd_present(pmd_t pmd) | 670 | static inline int pmd_present(pmd_t pmd) |
676 | { | 671 | { |
677 | /* | 672 | /* |