Commit d7b3131
zephyr: idc: Name IDC p4wq threads
Name IDC p4wq threads. Unfortunately the idc threads only get their
names after they are needed for the first time. Until that time they
appear as unnamed (a hex number) threads on core 0.
There is also one funny thing. There is static thread reserved for
core 0, but that is never activated, and it remains there as a hex
number forever.
However, in this simple and risk free convenience fix, I do not dare
to touch that. Maybe later.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 400d553 commit d7b3131
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
0 commit comments