commit | 2cfa7660dbf94a61b9d43edaa84be454f9dc25fc | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 18 16:00:19 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 18 18:11:47 2007 +0100 |
tree | 634bbdec33888bce17cfd2f32e5e6a9e407847bf | |
parent | 76d3a7a54cbd40c979d9914f53066ff67f8463f5 [diff] |
[MIPS] time: Delete dead cycles_per_jiffy, mips_timer_ack and null_timer_ack cycles_per_jiffy was only ever getting assigned and the function pointer not being called anymore and mips_timer_ack had gotten similarly stale. I leave the remaining assignments unfixed as a lighthouse pointing platform maintainers to what needs a rewrite. These changes make null_timer_ack() unreferenced, so delete that too. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>