From bd6cb34f48cea2241078ad5421f069d1bec17cdb Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 13 Apr 2007 21:25:07 +0000 Subject: Hrmph. Forgot the other instance of cache hacking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13146 a1c6a512-1295-4272-9138-f99709370657 --- firmware/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/thread.c b/firmware/thread.c index 275f04d..9d9e0a6 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 static void start_thread(void (*thread_func)(void), const void* addr) { /* r0 = thread_func, r1 = addr */ -#if NUM_CORES > 1 +#if NUM_CORES > 1 && CONFIG_CPU != PP5002 asm volatile ( "mov r2, #0 \n" "str r2, [r1, #40] \n" -- cgit v1.1