Commit 0a906ed
testing/mm/cachetest/cachetest_main.c: fix compilation error
fix compilation error:
cachetest_main.c: In function ‘cachetest_main’:
cachetest_main.c:240:7: error: implicit declaration of function ‘up_flush_dcache’ [-Wimplicit-function-declaration]
240 | up_flush_dcache((uintptr_t)info.waddr, (uintptr_t)info.waddr +
Signed-off-by: raiden00pl <raiden00@railab.me>1 parent 1f1240a commit 0a906ed
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments