.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Atheros AR231x/AR531x SoC 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 modify it |
---|
11 | | - * under the terms of the GNU General Public License version 2 as published |
---|
12 | | - * by the Free Software Foundation. |
---|
13 | | - * |
---|
14 | 10 | */ |
---|
15 | 11 | #ifndef __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H |
---|
16 | 12 | #define __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H |
---|
.. | .. |
---|
60 | 56 | #define cpu_has_64bits 0 |
---|
61 | 57 | #define cpu_has_64bit_zero_reg 0 |
---|
62 | 58 | #define cpu_has_64bit_gp_regs 0 |
---|
63 | | -#define cpu_has_64bit_addresses 0 |
---|
64 | 59 | |
---|
65 | 60 | #endif /* __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H */ |
---|