diff options
| -rw-r--r-- | arch/cris/include/arch-v32/arch/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/cris/include/arch-v32/arch/cache.h b/arch/cris/include/arch-v32/arch/cache.h index dfc73050e6b4..1de779f4f240 100644 --- a/arch/cris/include/arch-v32/arch/cache.h +++ b/arch/cris/include/arch-v32/arch/cache.h | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | #define L1_CACHE_BYTES 32 | 7 | #define L1_CACHE_BYTES 32 |
| 8 | #define L1_CACHE_SHIFT 5 | 8 | #define L1_CACHE_SHIFT 5 |
| 9 | 9 | ||
| 10 | #define __read_mostly __attribute__((__section__(".data.read_mostly"))) | ||
| 11 | |||
| 10 | void flush_dma_list(dma_descr_data *descr); | 12 | void flush_dma_list(dma_descr_data *descr); |
| 11 | void flush_dma_descr(dma_descr_data *descr, int flush_buf); | 13 | void flush_dma_descr(dma_descr_data *descr, int flush_buf); |
| 12 | 14 | ||
