Commit f2aab1f
schedule: rename ll_schedule.c to ll_schedule_xtos.c
The scheduler implementation in ll_schedule.c implements a low-latency
(LL) scheduler using old XTOS interfaces. The code has been modified so
it can be used with Zephyr using the SOF rtos/ interface.
The code is only used by one build target at this point and it should
not be used for new targets. To make it clear this is not the primary
implementation, rename the file with a "xtos" postfix.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent add83b8 commit f2aab1f
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
File renamed without changes.
0 commit comments