mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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 int boost_counter NOCACHEBSS_ATTR = 0;
|
||||||
static bool cpu_idle NOCACHEBSS_ATTR = false;
|
static bool cpu_idle NOCACHEBSS_ATTR = false;
|
||||||
|
|
||||||
#if NUM_CORES > 1
|
|
||||||
struct mutex boostctrl_mtx NOCACHEBSS_ATTR;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int get_cpu_boost_counter(void)
|
int get_cpu_boost_counter(void)
|
||||||
{
|
{
|
||||||
return boost_counter;
|
return boost_counter;
|
||||||
|
|
|
@ -30,6 +30,10 @@
|
||||||
|
|
||||||
unsigned int ipod_hw_rev;
|
unsigned int ipod_hw_rev;
|
||||||
|
|
||||||
|
#if NUM_CORES > 1
|
||||||
|
struct mutex boostctrl_mtx NOCACHEBSS_ATTR;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
extern void TIMER1(void);
|
extern void TIMER1(void);
|
||||||
extern void TIMER2(void);
|
extern void TIMER2(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue