Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm
In directory usw-pr-cvs1:/tmp/cvs-serv2723
Modified Files:
virtmap.h
Log Message:
I/O bus addresses have no simple relationship with virtual addresses.
Index: virtmap.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/virtmap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virtmap.h 31 May 2002 01:58:39 -0000 1.4
+++ virtmap.h 18 Jul 2002 23:50:40 -0000 1.5
@@ -37,11 +37,6 @@
extern void iounmap(void *addr);
-/*
- * IO bus memory addresses are also 1:1 with the physical address
- */
-#define virt_to_bus virt_to_phys
-#define bus_to_virt phys_to_virt
/* Needed for BIO layer. Convert a struct page * to a physical address */
#define page_to_phys(page) (((page) - mem_map) << PAGE_SHIFT)
|