summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 275f04d029..9d9e0a648e 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -132,7 +132,7 @@ static void start_thread(void (*thread_func)(void), const void* addr) __attribut
132static void start_thread(void (*thread_func)(void), const void* addr) 132static void start_thread(void (*thread_func)(void), const void* addr)
133{ 133{
134 /* r0 = thread_func, r1 = addr */ 134 /* r0 = thread_func, r1 = addr */
135#if NUM_CORES > 1 135#if NUM_CORES > 1 && CONFIG_CPU != PP5002
136 asm volatile ( 136 asm volatile (
137 "mov r2, #0 \n" 137 "mov r2, #0 \n"
138 "str r2, [r1, #40] \n" 138 "str r2, [r1, #40] \n"