Tony Luck 10d0aa3c0a [IA64] Fix build for sim_defconfig
Commit bdc807871d58285737d50dc6163d0feb72cb0dc2 broke the build
for this config because the sim_defconfig selects CONFIG_HZ=250
but include/asm-ia64/param.h has an ifdef for the simulator to
force HZ to 32.  So we ended up with a kernel/timeconst.h set
for HZ=250 ... which then failed the check for the right HZ
value and died with:

Drop the #ifdef magic from param.h and make force CONFIG_HZ=32
directly for the simulator.

Signed-off-by: Tony Luck <tony.luck@intel.com>
2008-02-11 13:23:46 -08:00
..
2008-01-30 13:34:07 +01:00
2008-02-04 15:19:16 -08:00
2007-10-19 11:53:41 -07:00
2008-02-03 16:32:51 +02:00
2007-10-16 11:27:26 +02:00
2007-07-17 10:23:11 -07:00
2007-12-18 17:02:21 -08:00
2007-07-25 12:56:39 -07:00
2007-10-20 00:32:32 +02:00
2007-12-07 16:11:12 -08:00
2007-10-16 09:43:10 -07:00
2007-05-08 11:15:20 -07:00
2008-02-04 15:42:06 -08:00
2008-02-04 15:42:06 -08:00
2007-10-17 08:42:54 -07:00
2008-02-11 13:23:46 -08:00
2007-07-12 16:04:39 -07:00
2007-10-19 11:53:41 -07:00
2007-05-11 08:29:34 -07:00
2007-10-17 08:42:47 -07:00
2007-10-19 11:53:41 -07:00
2008-02-07 08:42:30 -08:00