hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides
34 *
....@@ -7,11 +8,6 @@
78 * This file was derived from: include/asm-mips/cpu-features.h
89 * Copyright (C) 2003, 2004 Ralf Baechle
910 * 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
- *
1511 */
1612 #ifndef __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H
1713 #define __ASM_MACH_ATH79_CPU_FEATURE_OVERRIDES_H
....@@ -49,7 +45,6 @@
4945 #define cpu_has_64bits 0
5046 #define cpu_has_64bit_zero_reg 0
5147 #define cpu_has_64bit_gp_regs 0
52
-#define cpu_has_64bit_addresses 0
5348
5449 #define cpu_dcache_line_size() 32
5550 #define cpu_icache_line_size() 32