We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06a809 commit a000ee2Copy full SHA for a000ee2
1 file changed
zephyr/schedule.c
@@ -10,10 +10,11 @@
10
#include <sof/schedule/ll_schedule.h>
11
#include <rtos/alloc.h>
12
#include <rtos/symbol.h>
13
+#include <rtos/userspace_helper.h>
14
#include <sof/lib/cpu.h>
15
#include <ipc/topology.h>
16
-static struct schedulers *_schedulers[CONFIG_CORE_COUNT];
17
+static APP_TASK_BSS struct schedulers *_schedulers[CONFIG_CORE_COUNT];
18
19
/**
20
* Retrieves registered schedulers.
0 commit comments