Greentime Hu | 7de9cf4 | 2017-10-24 15:40:25 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | // Copyright (C) 2005-2017 Andes Technology Corporation | ||||
3 | |||||
4 | #ifndef __NDS32_CACHE_H__ | ||||
5 | #define __NDS32_CACHE_H__ | ||||
6 | |||||
7 | #define L1_CACHE_BYTES 32 | ||||
8 | #define L1_CACHE_SHIFT 5 | ||||
9 | |||||
10 | #define ARCH_DMA_MINALIGN L1_CACHE_BYTES | ||||
11 | |||||
12 | #endif /* __NDS32_CACHE_H__ */ |