summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/system.c b/firmware/system.c
index badeb30e84..a3a354f713 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -36,10 +36,6 @@ long cpu_frequency NOCACHEBSS_ATTR = CPU_FREQ;
36static int boost_counter NOCACHEBSS_ATTR = 0; 36static int boost_counter NOCACHEBSS_ATTR = 0;
37static bool cpu_idle NOCACHEBSS_ATTR = false; 37static bool cpu_idle NOCACHEBSS_ATTR = false;
38 38
39#if NUM_CORES > 1
40struct mutex boostctrl_mtx NOCACHEBSS_ATTR;
41#endif
42
43int get_cpu_boost_counter(void) 39int get_cpu_boost_counter(void)
44{ 40{
45 return boost_counter; 41 return boost_counter;