patch-2.4.14 linux/include/asm-arm/arch-shark/param.h

Next file: linux/include/asm-arm/arch-shark/system.h
Previous file: linux/include/asm-arm/arch-shark/memory.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/include/asm-arm/arch-shark/param.h linux/include/asm-arm/arch-shark/param.h
@@ -1,10 +1,12 @@
 /*
  * linux/include/asm-arm/arch-shark/param.h
  *
- * by Alexander Schulz <aschulz@netwinder.org>
+ * by Alexander Schulz
  */
 
 /* This must be a power of 2 because the RTC
  * can't use anything else.
  */
 #define HZ 64
+
+#define hz_to_std(a) ((a * HZ)/100)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)