Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax
In directory usw-pr-cvs1:/tmp/cvs-serv387
Modified Files:
pcb.h io.h
Log Message:
Pagelet/MM updates
Index: pcb.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/pcb.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pcb.h 2001/01/23 23:48:35 1.3
+++ pcb.h 2001/02/15 01:42:58 1.4
@@ -29,6 +29,9 @@
unsigned long int pc;
struct psl_fields psl;
unsigned long int p0br;
+/* note the length registers hold the number of HWPTES. i.e. 8*
+ * that which you would expect from the values in the PGD
+ */
unsigned long int p0lr:22;
unsigned long int mbz1:2; /* reserved, MBZ */
unsigned long int astlvl:3;
Index: io.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/io.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- io.h 2001/01/18 15:52:28 1.2
+++ io.h 2001/02/15 01:42:58 1.3
@@ -10,7 +10,7 @@
#include <linux/vmalloc.h>
#include <asm/page.h>
-#include <asm/mm/virt_trans.h> /* virt_to_phys stuff */
+#include <asm/mm/virtmap.h> /* virt_to_phys stuff */
/* FIXME: What is the proper value for this ? */
|