Merge x86-64 update from Andi
[pandora-kernel.git] / include / asm-x86_64 / pgtable.h
index f8e87a5..ecf58c7 100644 (file)
@@ -106,6 +106,8 @@ static inline void pgd_clear (pgd_t * pgd)
 
 #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte, 0))
 
+struct mm_struct;
+
 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, unsigned long addr, pte_t *ptep, int full)
 {
        pte_t pte;