2 * Joshua Henderson <joshua.henderson@microchip.com>
3 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
5 * This file is subject to the terms and conditions of the GNU General Public
6 * License. See the file "COPYING" in the main directory of this archive
9 #ifndef __ASM_MACH_PIC32_CPU_FEATURE_OVERRIDES_H
10 #define __ASM_MACH_PIC32_CPU_FEATURE_OVERRIDES_H
13 * CPU feature overrides for PIC32 boards
15 #ifdef CONFIG_CPU_MIPS32
16 #define cpu_has_vint 1
17 #define cpu_has_veic 0
19 #define cpu_has_4kex 1
20 #define cpu_has_4k_cache 1
22 #define cpu_has_counter 1
23 #define cpu_has_llsc 1
24 #define cpu_has_nofpuex 0
25 #define cpu_icache_snoops_remote_store 1
28 #ifdef CONFIG_CPU_MIPS64
29 #error This platform does not support 64bit.
32 #endif /* __ASM_MACH_PIC32_CPU_FEATURE_OVERRIDES_H */