1
0
Fork 0
forked from len0rd/rockbox

Simplification for user timer on coldfire. We define TIMER_FREQ separately anyway.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-04-04 01:16:11 +00:00
parent fcab617331
commit 295ec69717
2 changed files with 7 additions and 8 deletions

View file

@ -70,10 +70,6 @@ static bool timer_set(long cycles, bool start)
(void)start;
#endif
#ifdef CPU_COLDFIRE
cycles >>= 1; /* the coldfire timer works on busclk == cpuclk/2 */
#endif
/* Don't do this on ipods, we don't know if these platforms have prescaler
capabilities on the timer we use. */
#if CONFIG_CPU != PP5020 && CONFIG_CPU != PP5002