.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Atheros AR71XX/AR724X/AR913X 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 __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H |
---|
17 | 13 | #define __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H |
---|
.. | .. |
---|
49 | 45 | #define cpu_has_64bits 0 |
---|
50 | 46 | #define cpu_has_64bit_zero_reg 0 |
---|
51 | 47 | #define cpu_has_64bit_gp_regs 0 |
---|
52 | | -#define cpu_has_64bit_addresses 0 |
---|
53 | 48 | |
---|
54 | 49 | #define cpu_dcache_line_size() 32 |
---|
55 | 50 | #define cpu_icache_line_size() 32 |
---|