summaryrefslogtreecommitdiff
path: root/firmware/target/arm/thread-pp.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-06-02 12:56:05 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-06-02 12:56:05 +0000
commita34860524bc8d2ab2d31d9f32280891dd8e8c796 (patch)
tree8f3b4dd5770570d9f03a9ae425f381371c8e52dd /firmware/target/arm/thread-pp.c
parent555ad6710fd897bfc12549197b606c90b06000b4 (diff)
downloadrockbox-a34860524bc8d2ab2d31d9f32280891dd8e8c796.tar.gz
rockbox-a34860524bc8d2ab2d31d9f32280891dd8e8c796.zip
Fix PP5002 builds. Somehow an #else went missing along the line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26480 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/thread-pp.c')
-rw-r--r--firmware/target/arm/thread-pp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/thread-pp.c b/firmware/target/arm/thread-pp.c
index 20105ccb59..8dfbd64080 100644
--- a/firmware/target/arm/thread-pp.c
+++ b/firmware/target/arm/thread-pp.c
@@ -253,6 +253,7 @@ static inline void core_sleep(void)
253 sleep_core(CURRENT_CORE); 253 sleep_core(CURRENT_CORE);
254 enable_irq(); 254 enable_irq();
255} 255}
256#else
256/* PP5002 has no mailboxes - emulate using bytes */ 257/* PP5002 has no mailboxes - emulate using bytes */
257static inline void core_sleep(unsigned int core) 258static inline void core_sleep(unsigned int core)
258{ 259{