From 5ded48dbeaf00eebe835a99069693fb61b4b07b9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 5 Feb 2008 04:53:05 +0000 Subject: [PATCH] Oops. Dump some testing stuff that got left in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16217 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/imx31l.h | 3 +-- firmware/thread.c | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h index 4cc51e9bc6..1712a5b8f2 100755 --- a/firmware/export/imx31l.h +++ b/firmware/export/imx31l.h @@ -32,8 +32,7 @@ #define LCD_BUFFER_SIZE ((320*240*2)) #define TTB_SIZE (0x4000) #define TTB_BASE ((unsigned int *)TTB_BASE_ADDR) -#define FRAME1 ALIGN_DOWN((TTB_BASE - LCD_BUFFER_SIZE), 32) -#define FRAME2 ALIGN_DOWN((TTB_BASE - LCD_BUFFER_SIZE), 32) + /* * AIPS 1 */ diff --git a/firmware/thread.c b/firmware/thread.c index 41160a080a..63f8405cf3 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -2554,9 +2554,6 @@ void init_threads(void) struct thread_entry *thread; int slot; - memset(threads, 0, sizeof(threads)); - memset(cores, 0, sizeof(cores)); - /* CPU will initialize first and then sleep */ slot = find_empty_thread_slot();