Commit a06a809
committed
WIP: schedule: limit user-LL to core0
Multiple temporary limitations to limit user LL scheduler to only
work on core 0. This is mostly related to privileged cpu_get_id()
that is used in many places to check the id of the core code is
running on. This is not available to user-space at the moment, so
temporary measures are needed.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>1 parent c423e88 commit a06a809
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
0 commit comments