Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2003, 04, 07 Ralf Baechle (ralf@linux-mips.org)
0007  *
0008  * SNI RM200 C apparently was only shipped with R4600 V2.0 and R5000 processors.
0009  */
0010 #ifndef __ASM_MACH_RM200_CPU_FEATURE_OVERRIDES_H
0011 #define __ASM_MACH_RM200_CPU_FEATURE_OVERRIDES_H
0012 
0013 #define cpu_has_tlb     1
0014 #define cpu_has_4kex        1
0015 #define cpu_has_4k_cache    1
0016 #define cpu_has_32fpr       1
0017 #define cpu_has_counter     1
0018 #define cpu_has_watch       0
0019 #define cpu_has_mips16      0
0020 #define cpu_has_mips16e2    0
0021 #define cpu_has_divec       0
0022 #define cpu_has_cache_cdex_p    1
0023 #define cpu_has_prefetch    0
0024 #define cpu_has_mcheck      0
0025 #define cpu_has_ejtag       0
0026 #define cpu_has_llsc        1
0027 #define cpu_has_vtag_icache 0
0028 #define cpu_has_dc_aliases  (PAGE_SIZE < 0x4000)
0029 #define cpu_has_ic_fills_f_dc   0
0030 #define cpu_has_dsp     0
0031 #define cpu_has_dsp2        0
0032 #define cpu_has_nofpuex     0
0033 #define cpu_has_64bits      1
0034 #define cpu_has_mipsmt      0
0035 #define cpu_has_userlocal   0
0036 
0037 #define cpu_has_mips32r1    0
0038 #define cpu_has_mips32r2    0
0039 #define cpu_has_mips64r1    0
0040 #define cpu_has_mips64r2    0
0041 
0042 #endif /* __ASM_MACH_RM200_CPU_FEATURE_OVERRIDES_H */