forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/mips/include/asm/mach-ralink/mt7621/cpu-feature-overrides.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Ralink MT7621 specific CPU feature overrides
34 *
....@@ -8,11 +9,6 @@
89 * This file was derived from: include/asm-mips/cpu-features.h
910 * Copyright (C) 2003, 2004 Ralf Baechle
1011 * 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
- *
1612 */
1713 #ifndef _MT7621_CPU_FEATURE_OVERRIDES_H
1814 #define _MT7621_CPU_FEATURE_OVERRIDES_H
....@@ -50,7 +46,6 @@
5046 #define cpu_has_64bits 0
5147 #define cpu_has_64bit_zero_reg 0
5248 #define cpu_has_64bit_gp_regs 0
53
-#define cpu_has_64bit_addresses 0
5449
5550 #define cpu_dcache_line_size() 32
5651 #define cpu_icache_line_size() 32