patch-2.1.101 linux/include/asm-alpha/delay.h

Next file: linux/include/asm-alpha/hardirq.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/include/asm-alpha/delay.h linux/include/asm-alpha/delay.h
@@ -35,13 +35,4 @@
 	__delay(usecs);
 }
 
-/*
- * 64-bit integers means we don't have to worry about overflow as
- * on some other architectures..
- */
-extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
-{
-	return (a*b)/c;
-}
-
 #endif /* defined(__ALPHA_DELAY_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov