summaryrefslogtreecommitdiff
path: root/firmware/backlight.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-09-28 10:20:02 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-09-28 10:20:02 +0000
commit7914e90738ff37e6378b37632eb1f05bab7354d5 (patch)
tree6b3d6a6bac4c7a3f82fa212d5f3ed324d81dc8bb /firmware/backlight.c
parentedbf5d81f5a635a0db68039554b086f942b3e005 (diff)
downloadrockbox-7914e90738ff37e6378b37632eb1f05bab7354d5.tar.gz
rockbox-7914e90738ff37e6378b37632eb1f05bab7354d5.zip
Commit a subset of the dual core changes that have to do with cache handling, stacks, firmware startup and thread startup. Tested on e200, H10-20GB, iPod Color and 5.5G. Thread function return implemented for all targets. Some changes to plugins to follow shortly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14879 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/backlight.c')
-rw-r--r--firmware/backlight.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index ca8ffd1847..a0d08f1e83 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -611,7 +611,6 @@ static void backlight_tick(void)
611void backlight_init(void) 611void backlight_init(void)
612{ 612{
613 queue_init(&backlight_queue, true); 613 queue_init(&backlight_queue, true);
614 queue_set_irq_safe(&backlight_queue, true);
615 614
616#ifndef SIMULATOR 615#ifndef SIMULATOR
617 if (__backlight_init()) 616 if (__backlight_init())