]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/param.h
ALSA: hda - Fix ALC269 capture source
[linux-2.6-omap-h63xx.git] / include / asm-um / param.h
index f914e7d67b01b8839c7fe185055566131b7d9d33..e44f4e60d16d387a9c7fb6ac72a1e5231e1205da 100644 (file)
 #define MAXHOSTNAMELEN  64      /* max length of hostname */
 
 #ifdef __KERNEL__
-#define HZ 100
+#define HZ CONFIG_HZ
 #define USER_HZ        100        /* .. some user interfaces are in "ticks" */
 #define CLOCKS_PER_SEC (USER_HZ)  /* frequency at which times() counts */
+#else
+#define HZ 100
 #endif
 
 #endif