Fix build when CONFIG_SECURE_OS_BOOSTER_API unset
This commit is contained in:
parent
7fa4b6776e
commit
18fda37b1b
1 changed files with 1 additions and 1 deletions
|
@ -228,8 +228,8 @@ static inline int _smc(union mc_fc_generic *mc_fc_generic)
|
|||
|
||||
#ifdef TBASE_CORE_SWITCHER
|
||||
static int active_cpu;
|
||||
static int swap_ref;
|
||||
#ifdef CONFIG_SECURE_OS_BOOSTER_API
|
||||
static int swap_ref;
|
||||
/* ExySp: for sos performance */
|
||||
void mc_set_schedule_policy(int core)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue