patch-2.4.13 linux/include/asm-s390/pgalloc.h

Next file: linux/include/asm-s390/pgtable.h
Previous file: linux/include/asm-s390/lowcore.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/include/asm-s390/pgalloc.h linux/include/asm-s390/pgalloc.h
@@ -84,6 +84,8 @@
 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); })
 #define pmd_alloc_one(mm,address)       ({ BUG(); ((pmd_t *)2); })
 #define pmd_free(x)                     do { } while (0)
+#define pmd_free_slow(x)		do { } while (0)
+#define pmd_free_fast(x)                do { } while (0)
 #define pgd_populate(mm, pmd, pte)      BUG()
 
 extern inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pte_t *pte)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)