Fix build when CONFIG_SECURE_OS_BOOSTER_API unset

This commit is contained in:
xxmustafacooTR 2022-12-03 18:27:41 +03:00
parent 7fa4b6776e
commit 18fda37b1b
No known key found for this signature in database
GPG key ID: 520B6FE385CBF5C9

View file

@ -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)
{