Commit 19872fb
fix: remove cache ops for coherent architectures
For cache alignment, PLATFORM_DCACHE_ALIGN is a better macro
than DCACHE_LINE_SIZE (for some compilations not even defined)
For CONFIG_INCOHERENT=0 compilation, it does not make any sense
to call writeback/invalidate operations
Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>1 parent 72aaf78 commit 19872fb
1 file changed
Lines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
337 | | - | |
| 335 | + | |
338 | 336 | | |
339 | 337 | | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | 338 | | |
345 | 339 | | |
346 | 340 | | |
347 | 341 | | |
348 | 342 | | |
349 | 343 | | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
| 344 | + | |
| 345 | + | |
358 | 346 | | |
359 | 347 | | |
360 | 348 | | |
| |||
0 commit comments