Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.13 /include/asm-arm/param.h

Filename:/include/asm-arm/param.h
Lines Added:3
Lines Deleted:0
Also changed in: (Previous) 2.4.13-pre6  2.4.13-pre5  2.4.13-pre4  2.4.13-pre3  2.4.13-pre2  2.4.13-pre1 
(Following) 2.5.26  2.6.16-git6  2.6.16-git7  2.6.16-git8  2.6.16-git9  2.6.16-git10 

Location
[  2.4.13
  [  include
    [  asm-arm
       o  param.h

Patch

diff -u --recursive --new-file v2.4.12/linux/include/asm-arm/param.h linux/include/asm-arm/param.h
--- v2.4.12/linux/include/asm-arm/param.h   Tue Mar  6 19:44:35 2001
+++ linux/include/asm-arm/param.h   Thu Oct 11 09:04:57 2001
@@ -16,6 +16,9 @@
 #ifndef HZ
 #define HZ 100
 #endif
+#if defined(__KERNEL__) && (HZ == 100)
+#define hz_to_std(a) (a)
+#endif
 
 #ifndef NGROUPS
 #define NGROUPS         32


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.