Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory usw-pr-cvs1:/tmp/cvs-serv23001
Modified Files:
pgtable.h
Log Message:
SPT_MAX_IOMAP is specified in KB, not in pages. Revert to previous value
so that KA43 has enough IOMAP space to map and initialize its cache
Index: pgtable.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgtable.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pgtable.h 2001/02/18 16:42:46 1.8
+++ pgtable.h 2001/02/21 00:26:58 1.9
@@ -36,7 +36,7 @@
* of IOMAP entries in the SPT, we could use get_free_page() to
* alloc a real page of RAM and hijack its SPTE. */
-#define SPT_MAX_IOMAP 128
+#define SPT_MAX_IOMAP 1024
#define SPT_MAX_VMALLOC 4096
#define SPT_ENTRIES_IOMAP (SPT_MAX_IOMAP >> (PAGE_SHIFT-10))
/* FIXME: (PAGE_SHIFT-10) is hardwired here to 2. asm bug in head.S */
|