From: Uns L. <uns...@us...> - 2003-08-01 23:16:54
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv5151 Modified Files: pgtable.h Log Message: Increased SPT_MAX_IOMAP to 2 megs, so we'll have room to map a 1 meg framebuffer aperture Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgtable.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- pgtable.h 31 Jul 2003 19:31:50 -0000 1.18 +++ pgtable.h 1 Aug 2003 23:16:52 -0000 1.19 @@ -43,7 +43,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 1024 +#define SPT_MAX_IOMAP 2048 #define SPT_MAX_VMALLOC 4096 /* entries is (1024 * 1024) >> PAGELET_SIZE */ #define SPT_HWPTES_IOMAP (SPT_MAX_IOMAP<<1) |