Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv8420
Modified Files:
tlb.h
Log Message:
Update a comment
Index: tlb.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/tlb.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tlb.h 20 May 2002 00:33:39 -0000 1.3
+++ tlb.h 31 Dec 2002 22:35:26 -0000 1.4
@@ -1,2 +1,2 @@
-/* Note, we have a tlb.h in asm-vax/mm too. That predates this. */
+/* Pull in generic TLB shootdown code */
#include <asm-generic/tlb.h>
|