forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/mach-dec/cpu-feature-overrides.h
....@@ -1,13 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * CPU feature overrides for DECstation systems. Two variations
34 * are generally applicable.
45 *
56 * Copyright (C) 2013 Maciej W. Rozycki
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the License, or (at your option) any later version.
117 */
128 #ifndef __ASM_MACH_DEC_CPU_FEATURE_OVERRIDES_H
139 #define __ASM_MACH_DEC_CPU_FEATURE_OVERRIDES_H
....@@ -36,7 +32,6 @@
3632 #define cpu_has_vtag_icache 0
3733 #define cpu_has_ic_fills_f_dc 0
3834 #define cpu_has_pindexed_dcache 0
39
-#define cpu_has_local_ebase 0
4035 #define cpu_icache_snoops_remote_store 1
4136 #define cpu_has_mips_4 0
4237 #define cpu_has_mips_5 0
....@@ -48,7 +43,6 @@
4843 #define cpu_has_dsp2 0
4944 #define cpu_has_mipsmt 0
5045 #define cpu_has_userlocal 0
51
-#define cpu_hwrena_impl_bits 0
5246 #define cpu_has_perf_cntr_intr_bit 0
5347 #define cpu_has_vz 0
5448 #define cpu_has_fre 0