patch-2.1.115 linux/include/asm-alpha/pgtable.h

Next file: linux/include/asm-alpha/smp.h
Previous file: linux/fs/proc/proc_tty.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -559,6 +559,8 @@
 #define pte_alloc_kernel	pte_alloc
 #define pmd_alloc_kernel	pmd_alloc
 
+extern int do_check_pgt_cache(int, int);
+
 extern inline void set_pgdir(unsigned long address, pgd_t entry)
 {
 	struct task_struct * p;
@@ -599,5 +601,8 @@
 
 #define module_map	vmalloc
 #define module_unmap	vfree
+
+/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
+#define PageSkip(page)		(0)
 
 #endif /* _ALPHA_PGTABLE_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov