patch-2.4.0-test7 linux/include/asm-ia64/param.h
Next file: linux/include/asm-ia64/pci.h
Previous file: linux/include/asm-ia64/pal.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Aug 11 19:09:06 2000
- Orig file:
v2.4.0-test6/linux/include/asm-ia64/param.h
- Orig date:
Thu Feb 10 17:11:20 2000
diff -u --recursive --new-file v2.4.0-test6/linux/include/asm-ia64/param.h linux/include/asm-ia64/param.h
@@ -10,23 +10,13 @@
#include <linux/config.h>
-#ifdef CONFIG_IA64_HP_SIM
+#if defined(CONFIG_IA64_HP_SIM) || defined(CONFIG_IA64_SOFTSDV_HACKS)
/*
* Yeah, simulating stuff is slow, so let us catch some breath between
* timer interrupts...
*/
# define HZ 20
-#endif
-
-#ifdef CONFIG_IA64_DIG
-# ifdef CONFIG_IA64_SOFTSDV_HACKS
-# define HZ 20
-# else
-# define HZ 100
-# endif
-#endif
-
-#ifndef HZ
+#else
# define HZ 1024
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)