Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 798d9023 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Disable MT runtime detection on platforms which never support MT.

parent c1158e63
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org)
 * Copyright (C) 2006, 07 Ralf Baechle (ralf@linux-mips.org)
 */
#ifndef __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
#define __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
@@ -46,6 +46,7 @@
#define cpu_has_ic_fills_f_dc	0
#define cpu_icache_snoops_remote_store	0
#define cpu_has_dsp		0
#define cpu_has_mipsmt		0

#define cpu_has_mips32r1	0
#define cpu_has_mips32r2	0
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 * for more details.
 *
 * Copyright (C) 2004 Thomas Koeller <thomas.koeller@baslerweb.com>
 * Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org)
 */
#ifndef __ASM_MACH_EXCITE_CPU_FEATURE_OVERRIDES_H
#define __ASM_MACH_EXCITE_CPU_FEATURE_OVERRIDES_H
@@ -27,6 +28,7 @@
#define cpu_has_ic_fills_f_dc	0
#define cpu_has_dsp		0
#define cpu_icache_snoops_remote_store	0
#define cpu_has_mipsmt		0

#define cpu_has_nofpuex		0
#define cpu_has_64bits		1
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2003 Ralf Baechle
 * Copyright (C) 2003, 07 Ralf Baechle
 */
#ifndef __ASM_MACH_IP22_CPU_FEATURE_OVERRIDES_H
#define __ASM_MACH_IP22_CPU_FEATURE_OVERRIDES_H
@@ -30,6 +30,7 @@
#define cpu_has_ic_fills_f_dc	0

#define cpu_has_dsp		0
#define cpu_has_mipsmt		0

#define cpu_has_nofpuex		0
#define cpu_has_64bits		1
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 2003 Ralf Baechle
 * Copyright (C) 2003, 07 Ralf Baechle
 */
#ifndef __ASM_MACH_IP27_CPU_FEATURE_OVERRIDES_H
#define __ASM_MACH_IP27_CPU_FEATURE_OVERRIDES_H
@@ -27,6 +27,7 @@
#define cpu_has_ic_fills_f_dc	0
#define cpu_has_dsp		0
#define cpu_icache_snoops_remote_store	1
#define cpu_has_mipsmt		0

#define cpu_has_nofpuex		0
#define cpu_has_64bits		1
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
 * for more details.
 *
 * Copyright (C) 2005 Ilya A. Volynets-Evenbakh
 * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
 * Copyright (C) 2005, 07 Ralf Baechle (ralf@linux-mips.org)
 */
#ifndef __ASM_MACH_IP32_CPU_FEATURE_OVERRIDES_H
#define __ASM_MACH_IP32_CPU_FEATURE_OVERRIDES_H
@@ -38,6 +38,7 @@
#define cpu_has_ic_fills_f_dc	0
#define cpu_has_dsp		0
#define cpu_has_4k_cache	1
#define cpu_has_mipsmt		0


#define cpu_has_mips32r1	0
Loading