On Fri, Apr 07, 2006 at 05:46:06PM +0100, Maciej W. Rozycki wrote: > > Make HZ configurable (DECSTATION can select 128/256/1024 HZ, JAZZ can > > only select 100 HZ, others can select 48/100/128/250/256/1000/1024 > > HZ). Also remove all mach-xxx/param.h files and update all defconfigs > > according to current HZ value. > > Thanks. I've got a suggestion SEAD (sead_defconfig) should use 100Hz by > default too and given its usual setup I can't agree more. I think I'll apply Atsushi's patch with two changes: o SYS_SUPPORT_* -> SYS_SUPPORTS_* o 48Hz is a very extreme setting and I don't think it's useful for anything but very slow simulators, so I think I'm going to restrict this setting by a dependency on something like CONFIG_EXPERIMENTAL. Ralf