| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Ralink RT288x specific CPU feature overrides |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * This file was derived from: include/asm-mips/cpu-features.h |
|---|
| 8 | 9 | * Copyright (C) 2003, 2004 Ralf Baechle |
|---|
| 9 | 10 | * Copyright (C) 2004 Maciej W. Rozycki |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 12 | | - * under the terms of the GNU General Public License version 2 as published |
|---|
| 13 | | - * by the Free Software Foundation. |
|---|
| 14 | | - * |
|---|
| 15 | 11 | */ |
|---|
| 16 | 12 | #ifndef _RT288X_CPU_FEATURE_OVERRIDES_H |
|---|
| 17 | 13 | #define _RT288X_CPU_FEATURE_OVERRIDES_H |
|---|
| .. | .. |
|---|
| 48 | 44 | #define cpu_has_64bits 0 |
|---|
| 49 | 45 | #define cpu_has_64bit_zero_reg 0 |
|---|
| 50 | 46 | #define cpu_has_64bit_gp_regs 0 |
|---|
| 51 | | -#define cpu_has_64bit_addresses 0 |
|---|
| 52 | 47 | |
|---|
| 53 | 48 | #define cpu_dcache_line_size() 16 |
|---|
| 54 | 49 | #define cpu_icache_line_size() 16 |
|---|