]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/pgtable-3level.h
[NETNS][DST] dst: pass the dst_ops as parameter to the gc functions
[linux-2.6-omap-h63xx.git] / include / asm-um / pgtable-3level.h
index aa82b88db805bafd93224590924a3883084e05ef..3ebafbaacb24196d82eb5521f4c17292c0a850e7 100644 (file)
@@ -71,7 +71,7 @@ static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)
 
 static inline void pud_clear (pud_t *pud)
 {
-        set_pud(pud, __pud(0));
+       set_pud(pud, __pud(_PAGE_NEWPAGE));
 }
 
 #define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK)