Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [MIPS] Make timer interrupt frequency configurable from kconfig. | Atsushi Nemoto | 2006-06-19 |
| | | | | | | | | | | Make HZ configurable. DECSTATION can select 128/256/1024 HZ, JAZZ can only select 100 HZ, others can select 100/128/250/256/1000/1024 HZ if not explicitly specified). Also remove all mach-xxx/param.h files and update all defconfigs according to current HZ value. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||
* | [MIPS] MIPS boards: Set HZ to 100. | Ralf Baechle | 2006-04-18 |
1000Hz will bring an FPGA CPU down on it's knees and it's even worse on multithreaded cores. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |