diff options
-rw-r--r-- | arch/x86/include/asm/paravirt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h index a0facf3908d7..5edd1742cfd0 100644 --- a/arch/x86/include/asm/paravirt.h +++ b/arch/x86/include/asm/paravirt.h | |||
@@ -528,7 +528,6 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, | |||
528 | PVOP_VCALL4(pv_mmu_ops.set_pte_at, mm, addr, ptep, pte.pte); | 528 | PVOP_VCALL4(pv_mmu_ops.set_pte_at, mm, addr, ptep, pte.pte); |
529 | } | 529 | } |
530 | 530 | ||
531 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE | ||
532 | static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, | 531 | static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, |
533 | pmd_t *pmdp, pmd_t pmd) | 532 | pmd_t *pmdp, pmd_t pmd) |
534 | { | 533 | { |
@@ -539,7 +538,6 @@ static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, | |||
539 | PVOP_VCALL4(pv_mmu_ops.set_pmd_at, mm, addr, pmdp, | 538 | PVOP_VCALL4(pv_mmu_ops.set_pmd_at, mm, addr, pmdp, |
540 | native_pmd_val(pmd)); | 539 | native_pmd_val(pmd)); |
541 | } | 540 | } |
542 | #endif | ||
543 | 541 | ||
544 | static inline void set_pmd(pmd_t *pmdp, pmd_t pmd) | 542 | static inline void set_pmd(pmd_t *pmdp, pmd_t pmd) |
545 | { | 543 | { |