forked from len0rd/rockbox
This should fix the remaining compilation issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12928 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c284685525
commit
b1a5c0ffa9
1 changed files with 3 additions and 3 deletions
|
|
@ -104,12 +104,12 @@ struct thread_entry {
|
|||
void *stack;
|
||||
unsigned long statearg;
|
||||
unsigned short stack_size;
|
||||
#ifdef HAVE_PRIORITY_SCHEDULING
|
||||
unsigned char priority;
|
||||
unsigned char priority_x;
|
||||
# if NUM_CORES > 1
|
||||
unsigned char core; /* To which core threads belongs to. */
|
||||
# endif
|
||||
#ifdef HAVE_PRIORITY_SCHEDULING
|
||||
unsigned char priority;
|
||||
unsigned char priority_x;
|
||||
long last_run;
|
||||
#endif
|
||||
struct thread_entry *next, *prev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue