aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/pgtable-ppc64.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/pgtable-ppc64.h b/arch/powerpc/include/asm/pgtable-ppc64.h
index d27960c89a71..bc141c950b1e 100644
--- a/arch/powerpc/include/asm/pgtable-ppc64.h
+++ b/arch/powerpc/include/asm/pgtable-ppc64.h
@@ -560,9 +560,9 @@ extern void pmdp_invalidate(struct vm_area_struct *vma, unsigned long address,
560 pmd_t *pmdp); 560 pmd_t *pmdp);
561 561
562#define pmd_move_must_withdraw pmd_move_must_withdraw 562#define pmd_move_must_withdraw pmd_move_must_withdraw
563typedef struct spinlock spinlock_t; 563struct spinlock;
564static inline int pmd_move_must_withdraw(spinlock_t *new_pmd_ptl, 564static inline int pmd_move_must_withdraw(struct spinlock *new_pmd_ptl,
565 spinlock_t *old_pmd_ptl) 565 struct spinlock *old_pmd_ptl)
566{ 566{
567 /* 567 /*
568 * Archs like ppc64 use pgtable to store per pmd 568 * Archs like ppc64 use pgtable to store per pmd