forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/mach-ath25/cpu-feature-overrides.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Atheros AR231x/AR531x SoC specific CPU feature overrides
34 *
....@@ -6,11 +7,6 @@
67 * This file was derived from: include/asm-mips/cpu-features.h
78 * Copyright (C) 2003, 2004 Ralf Baechle
89 * 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
- *
1410 */
1511 #ifndef __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H
1612 #define __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H
....@@ -60,6 +56,5 @@
6056 #define cpu_has_64bits 0
6157 #define cpu_has_64bit_zero_reg 0
6258 #define cpu_has_64bit_gp_regs 0
63
-#define cpu_has_64bit_addresses 0
6459
6560 #endif /* __ASM_MACH_ATH25_CPU_FEATURE_OVERRIDES_H */