patch-2.3.45 linux/arch/sparc/kernel/ioport.c
Next file: linux/arch/sparc/kernel/pcic.c
Previous file: linux/arch/ppc/xmon/start.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Feb 13 10:18:03 2000
- Orig file:
v2.3.44/linux/arch/sparc/kernel/ioport.c
- Orig date:
Thu Feb 10 17:11:05 2000
diff -u --recursive --new-file v2.3.44/linux/arch/sparc/kernel/ioport.c linux/arch/sparc/kernel/ioport.c
@@ -1,4 +1,4 @@
-/* $Id: ioport.c,v 1.31 2000/02/06 22:55:32 zaitcev Exp $
+/* $Id: ioport.c,v 1.32 2000/02/12 03:04:48 zaitcev Exp $
* ioport.c: Simple io mapping allocator.
*
* Copyright (C) 1995 David S. Miller ([email protected])
@@ -562,7 +562,7 @@
{
int x;
for (x = 0; x < n; x += PAGE_SIZE) {
- (*_sparc_unmapioaddr)(p + n);
+ (*_sparc_unmapioaddr)((unsigned long)p + n);
}
}
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen (who was at: [email protected])