Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29480/include/asm-vax/mm
Modified Files:
pgtable.h
Log Message:
Include placeholders for PUD definitions for 4-level pagetables
Index: pgtable.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/pgtable.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- pgtable.h 1 Mar 2004 00:37:45 -0000 1.11
+++ pgtable.h 28 Mar 2005 16:38:57 -0000 1.12
@@ -13,6 +13,8 @@
#include <asm/mtpr.h>
+/* FIXME: we should really use <asm-generic/pgtable-nopmd.h> */
+#include <asm-generic/4level-fixup.h>
/* the pagelet stuff */
#include <asm/mm/pgtable_pagelet.h>
|