From: Kenn H. <ke...@us...> - 2002-12-07 00:35:43
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv28896/include/asm-vax/mm Modified Files: pgtable.h Log Message: Define an empty check_pgt_cache() Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/pgtable.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pgtable.h 4 Dec 2002 10:37:04 -0000 1.5 +++ pgtable.h 7 Dec 2002 00:35:41 -0000 1.6 @@ -188,9 +188,10 @@ #define kern_addr_valid(addr) (1) /* - * No page table caches to initialise + * No page table caches to initialise or prune */ #define pgtable_cache_init() do { } while (0) +#define check_pgt_cache() do { } while (0) #endif |