From 7914e90738ff37e6378b37632eb1f05bab7354d5 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 28 Sep 2007 10:20:02 +0000 Subject: 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 --- firmware/drivers/button.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/drivers/button.c') diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c index 862b02d..7ab78f6 100644 --- a/firmware/drivers/button.c +++ b/firmware/drivers/button.c @@ -356,10 +356,6 @@ void button_init(void) queue_init(&button_queue, true); - /* Enable less protection which would kill IRQ handler. Writing queue is - * no longer core-wise thread safe. */ - queue_set_irq_safe(&button_queue, true); - button_read(); lastbtn = button_read(); tick_add_task(button_tick); -- cgit v1.1