Fix build errors.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13240 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f43e50dc53
commit
ee80bcaa79
2 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,6 @@ long cpu_frequency NOCACHEBSS_ATTR = CPU_FREQ;
|
|||
static int boost_counter NOCACHEBSS_ATTR = 0;
|
||||
static bool cpu_idle NOCACHEBSS_ATTR = false;
|
||||
|
||||
#if NUM_CORES > 1
|
||||
struct mutex boostctrl_mtx NOCACHEBSS_ATTR;
|
||||
#endif
|
||||
|
||||
int get_cpu_boost_counter(void)
|
||||
{
|
||||
return boost_counter;
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
|
||||
unsigned int ipod_hw_rev;
|
||||
|
||||
#if NUM_CORES > 1
|
||||
struct mutex boostctrl_mtx NOCACHEBSS_ATTR;
|
||||
#endif
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
extern void TIMER1(void);
|
||||
extern void TIMER2(void);
|
||||
|
|
Loading…
Reference in a new issue