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