diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-24 20:08:28 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-04-24 20:08:28 +0000 |
| commit | 95167e01773dcfe8e5c1b356cfa1ea4b3a55441b (patch) | |
| tree | 8b5312c5f1d1ecc8231bf8e14a1eb1678474bf8a /firmware/timer.c | |
| parent | 46b492861152af9b91d3ab65ef0e5e14c876c3fc (diff) | |
| download | rockbox-95167e01773dcfe8e5c1b356cfa1ea4b3a55441b.zip rockbox-95167e01773dcfe8e5c1b356cfa1ea4b3a55441b.tar.gz rockbox-95167e01773dcfe8e5c1b356cfa1ea4b3a55441b.tar.bz2 rockbox-95167e01773dcfe8e5c1b356cfa1ea4b3a55441b.tar.xz | |
Commit whole Creative Zen Vision:M target tree + all related firmware/
changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/timer.c')
| -rw-r--r-- | firmware/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/timer.c b/firmware/timer.c index 3d522ef..bd9050f 100644 --- a/firmware/timer.c +++ b/firmware/timer.c @@ -316,7 +316,7 @@ void timer_unregister(void) #elif CONFIG_CPU == PNX0101 TIMER1.ctrl &= ~0x80; /* disable timer 1 */ irq_disable_int(IRQ_TIMER1); -#elif CONFIG_CPU == S3C2440 +#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 __TIMER_UNREGISTER(); #endif pfn_timer = NULL; |