Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv12885/include/asm-vax/mm
Modified Files:
virtmap.h
Log Message:
merge 2.4.20
Index: virtmap.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/virtmap.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- virtmap.h 15 Feb 2001 01:17:23 -0000 1.1
+++ virtmap.h 27 Sep 2003 07:43:31 -0000 1.2
@@ -19,6 +19,8 @@
return __io_virt(address);
}
+#define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT)
+
extern void *ioremap(unsigned long offset, unsigned long size);
/*
|