patch-2.3.34 linux/include/asm-alpha/pgtable.h
Next file: linux/include/asm-alpha/unistd.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Dec 15 10:32:47 1999
- Orig file:
v2.3.33/linux/include/asm-alpha/pgtable.h
- Orig date:
Wed Dec 15 10:43:17 1999
diff -u --recursive --new-file v2.3.33/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -296,7 +296,7 @@
#define kern_addr_valid(addr) (1)
#define io_remap_page_range(start, busaddr, size, prot) \
- remap_page_range(start, virt_to_phys(__ioremap(busaddr, 0)), size, prot)
+ remap_page_range(start, virt_to_phys(__ioremap(busaddr)), size, prot)
#define pte_ERROR(e) \
printk("%s:%d: bad pte %016lx.\n", __FILE__, __LINE__, pte_val(e))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)