aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/mach-cobalt/cpu-feature-overrides.h')
-rw-r--r--include/asm-mips/mach-cobalt/cpu-feature-overrides.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
index c6dfa59d1986..b3314cf53194 100644
--- a/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-cobalt/cpu-feature-overrides.h
@@ -3,7 +3,7 @@
3 * License. See the file "COPYING" in the main directory of this archive 3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details. 4 * for more details.
5 * 5 *
6 * Copyright (C) 2006 Ralf Baechle (ralf@linux-mips.org) 6 * Copyright (C) 2006, 07 Ralf Baechle (ralf@linux-mips.org)
7 */ 7 */
8#ifndef __ASM_COBALT_CPU_FEATURE_OVERRIDES_H 8#ifndef __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
9#define __ASM_COBALT_CPU_FEATURE_OVERRIDES_H 9#define __ASM_COBALT_CPU_FEATURE_OVERRIDES_H
@@ -14,7 +14,6 @@
14#define cpu_has_3k_cache 0 14#define cpu_has_3k_cache 0
15#define cpu_has_4k_cache 1 15#define cpu_has_4k_cache 1
16#define cpu_has_tx39_cache 0 16#define cpu_has_tx39_cache 0
17#define cpu_has_sb1_cache 0
18#define cpu_has_fpu 1 17#define cpu_has_fpu 1
19#define cpu_has_32fpr 1 18#define cpu_has_32fpr 1
20#define cpu_has_counter 1 19#define cpu_has_counter 1
@@ -46,6 +45,8 @@
46#define cpu_has_ic_fills_f_dc 0 45#define cpu_has_ic_fills_f_dc 0
47#define cpu_icache_snoops_remote_store 0 46#define cpu_icache_snoops_remote_store 0
48#define cpu_has_dsp 0 47#define cpu_has_dsp 0
48#define cpu_has_mipsmt 0
49#define cpu_has_userlocal 0
49 50
50#define cpu_has_mips32r1 0 51#define cpu_has_mips32r1 0
51#define cpu_has_mips32r2 0 52#define cpu_has_mips32r2 0