Commit 55c1e4c
Jyri Sarha
debug_stream: thread_info: Remove cache alingment from per cpu table
Remove cache alingment from "previous" per cpu table. Static data is
currently placed in .bss and its ATM uncached so the ds_cpu table
elements do not need to be cache aligned, but if this changes we need
__aligned(CONFIG_DCACHE_LINE_SIZE) here.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent bf84398 commit 55c1e4c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
0 commit comments