| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * IDT RC32434 specific CPU feature overrides |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * This file was derived from: include/asm-mips/cpu-features.h |
|---|
| 7 | 8 | * Copyright (C) 2003, 2004 Ralf Baechle |
|---|
| 8 | 9 | * Copyright (C) 2004 Maciej W. Rozycki |
|---|
| 9 | | - * |
|---|
| 10 | | - * This program is free software; you can redistribute it and/or |
|---|
| 11 | | - * modify it under the terms of the GNU General Public License |
|---|
| 12 | | - * as published by the Free Software Foundation; either version 2 |
|---|
| 13 | | - * of the License, or (at your option) any later version. |
|---|
| 14 | | - * |
|---|
| 15 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 18 | | - * GNU General Public License for more details. |
|---|
| 19 | | - * |
|---|
| 20 | | - * You should have received a copy of the GNU General Public License |
|---|
| 21 | | - * along with this program; if not, write to the |
|---|
| 22 | | - * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
|---|
| 23 | | - * Boston, MA 02110-1301, USA. |
|---|
| 24 | 10 | */ |
|---|
| 25 | 11 | #ifndef __ASM_MACH_RC32434_CPU_FEATURE_OVERRIDES_H |
|---|
| 26 | 12 | #define __ASM_MACH_RC32434_CPU_FEATURE_OVERRIDES_H |
|---|
| .. | .. |
|---|
| 68 | 54 | #define cpu_has_64bits 0 |
|---|
| 69 | 55 | #define cpu_has_64bit_zero_reg 0 |
|---|
| 70 | 56 | #define cpu_has_64bit_gp_regs 0 |
|---|
| 71 | | -#define cpu_has_64bit_addresses 0 |
|---|
| 72 | 57 | |
|---|
| 73 | 58 | #define cpu_has_inclusive_pcaches 0 |
|---|
| 74 | 59 | |
|---|