patch-2.3.22 linux/include/asm-alpha/pgtable.h
Next file: linux/include/asm-alpha/processor.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Wed Oct 13 10:32:35 1999
- Orig file:
v2.3.21/linux/include/asm-alpha/pgtable.h
- Orig date:
Fri Sep 10 23:57:36 1999
diff -u --recursive --new-file v2.3.21/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -622,6 +622,6 @@
#define kern_addr_valid(addr) (1)
#define io_remap_page_range(start, busaddr, size, prot) \
- remap_page_range(start, virt_to_phys(ioremap(busaddr)), size, prot)
+ remap_page_range(start, virt_to_phys(__ioremap(busaddr)), size, prot)
#endif /* _ALPHA_PGTABLE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)