Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Loongson: update cpu-feature-overrides.h

Loongson doesn't support MIPSR2, therefore, MIPSR2 vectored interrupts
(cpu_has_vint) and MIPSR2 external interrupt controller mode
(cpu_has_veic) are 0.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/1112/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Wu Zhangjin and committed by
Ralf Baechle
b8853aa3 ed1bbdef

+2
+2
arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h
··· 52 52 #define cpu_has_tx39_cache 0 53 53 #define cpu_has_userlocal 0 54 54 #define cpu_has_vce 0 55 + #define cpu_has_veic 0 56 + #define cpu_has_vint 0 55 57 #define cpu_has_vtag_icache 0 56 58 #define cpu_has_watch 1 57 59