mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-04-01 23:42:27 +00:00

The ColdFire "timers" clock setup can be simplified. There is really no need for the flexible per-platform setup code. The clock interrupt can be hard defined per CPU platform (in CPU include files). This makes the actual timer code simpler. Signed-off-by: Greg Ungerer <gerg@uclinux.org>