From 18e87ff1c0f1ce737f2bcfa80ccfc79fae21ee28 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 5 Oct 2007 23:24:46 +0000 Subject: Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interrupts on COP but pulse it through the control interface. Don't mess with LCD clocking during clock changes. Give a reset register a name (DEV_OFF_MASK). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14998 a1c6a512-1295-4272-9138-f99709370657 --- firmware/thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/thread.c') diff --git a/firmware/thread.c b/firmware/thread.c index 3508a64..619a1e1 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -1095,7 +1095,6 @@ void init_threads(void) /* Get COP safely primed inside switch_thread where it will remain * until a thread actually exists on it */ CPU_CTL = PROC_WAKE; - set_irq_level(0); remove_thread(NULL); #endif /* NUM_CORES */ } -- cgit v1.1