forked from len0rd/rockbox
Oops. Dump some testing stuff that got left in.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f021af60c
commit
5ded48dbea
2 changed files with 1 additions and 5 deletions
|
@ -32,8 +32,7 @@
|
||||||
#define LCD_BUFFER_SIZE ((320*240*2))
|
#define LCD_BUFFER_SIZE ((320*240*2))
|
||||||
#define TTB_SIZE (0x4000)
|
#define TTB_SIZE (0x4000)
|
||||||
#define TTB_BASE ((unsigned int *)TTB_BASE_ADDR)
|
#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
|
* AIPS 1
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2554,9 +2554,6 @@ void init_threads(void)
|
||||||
struct thread_entry *thread;
|
struct thread_entry *thread;
|
||||||
int slot;
|
int slot;
|
||||||
|
|
||||||
memset(threads, 0, sizeof(threads));
|
|
||||||
memset(cores, 0, sizeof(cores));
|
|
||||||
|
|
||||||
/* CPU will initialize first and then sleep */
|
/* CPU will initialize first and then sleep */
|
||||||
slot = find_empty_thread_slot();
|
slot = find_empty_thread_slot();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue