summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 6aee823205..44453db816 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -1258,7 +1258,7 @@ void set_cpu_frequency(long frequency)
1258 /* Select PLL as clock source? */ 1258 /* Select PLL as clock source? */
1259 outl((inl(0x60006020) & 0x0fffff0f) | 0x20000070, 0x60006020); 1259 outl((inl(0x60006020) & 0x0fffff0f) | 0x20000070, 0x60006020);
1260 1260
1261#if defined(IPOD_COLOR) || defined(IPOD_4G) || defined(IPOD_MINI) 1261#if defined(IPOD_COLOR) || defined(IPOD_4G) || defined(IPOD_MINI) || defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
1262 /* We don't know why the timer interrupt gets disabled on the PP5020 1262 /* We don't know why the timer interrupt gets disabled on the PP5020
1263 based ipods, but without the following line, the 4Gs will freeze 1263 based ipods, but without the following line, the 4Gs will freeze
1264 when CPU frequency changing is enabled. 1264 when CPU frequency changing is enabled.