Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv21918
Modified Files:
pgtable.h
Log Message:
Add io_remap_page_range #define. Uh, I think this is right. Some archs have
this #define, others have a real io_remap_page_range. I think a real
io_remap_page_range is only necessary where there is an I/O address space
that doesn't line up with the physical address space.
Index: pgtable.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgtable.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pgtable.h 10 Jun 2003 01:14:27 -0000 1.17
+++ pgtable.h 31 Jul 2003 19:31:50 -0000 1.18
@@ -188,6 +188,8 @@
#define PageSkip(page) (0)
#define kern_addr_valid(addr) (1)
+#define io_remap_page_range remap_page_range
+
/*
* No page table caches to initialise
*/
|