Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv27667/include/asm-vax
Modified Files:
tlbflush.h
Log Message:
Need to include <linux/mm.h> here for some users
Index: tlbflush.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/tlbflush.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tlbflush.h 12 Dec 2002 01:19:20 -0000 1.1
+++ tlbflush.h 23 Jan 2003 23:18:53 -0000 1.2
@@ -1,6 +1,8 @@
#ifndef __VAX_TLBFLUSH_H
#define __VAX_TLBFLUSH_H
+#include <linux/mm.h>
+
/* FIXME: update to 2.4 - clever_smp_invalidate has gone.
*/
|