| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * CPU feature overrides for DECstation systems. Two variations |
|---|
| 3 | 4 | * are generally applicable. |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * 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. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | #ifndef __ASM_MACH_DEC_CPU_FEATURE_OVERRIDES_H |
|---|
| 13 | 9 | #define __ASM_MACH_DEC_CPU_FEATURE_OVERRIDES_H |
|---|
| .. | .. |
|---|
| 36 | 32 | #define cpu_has_vtag_icache 0 |
|---|
| 37 | 33 | #define cpu_has_ic_fills_f_dc 0 |
|---|
| 38 | 34 | #define cpu_has_pindexed_dcache 0 |
|---|
| 39 | | -#define cpu_has_local_ebase 0 |
|---|
| 40 | 35 | #define cpu_icache_snoops_remote_store 1 |
|---|
| 41 | 36 | #define cpu_has_mips_4 0 |
|---|
| 42 | 37 | #define cpu_has_mips_5 0 |
|---|
| .. | .. |
|---|
| 48 | 43 | #define cpu_has_dsp2 0 |
|---|
| 49 | 44 | #define cpu_has_mipsmt 0 |
|---|
| 50 | 45 | #define cpu_has_userlocal 0 |
|---|
| 51 | | -#define cpu_hwrena_impl_bits 0 |
|---|
| 52 | 46 | #define cpu_has_perf_cntr_intr_bit 0 |
|---|
| 53 | 47 | #define cpu_has_vz 0 |
|---|
| 54 | 48 | #define cpu_has_fre 0 |
|---|