浏览代码

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>
Wu Zhangjin 15 年之前
父节点
当前提交
b8853aa3d9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h

+ 2 - 0
arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h

@@ -52,6 +52,8 @@
 #define cpu_has_tx39_cache	0
 #define cpu_has_userlocal	0
 #define cpu_has_vce		0
+#define cpu_has_veic		0
+#define cpu_has_vint		0
 #define cpu_has_vtag_icache	0
 #define cpu_has_watch		1