forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/mips/include/asm/mach-ralink/rt3883/cpu-feature-overrides.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Ralink RT3662/RT3883 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 _RT3883_CPU_FEATURE_OVERRIDES_H
1612 #define _RT3883_CPU_FEATURE_OVERRIDES_H
....@@ -47,7 +43,6 @@
4743 #define cpu_has_64bits 0
4844 #define cpu_has_64bit_zero_reg 0
4945 #define cpu_has_64bit_gp_regs 0
50
-#define cpu_has_64bit_addresses 0
5146
5247 #define cpu_dcache_line_size() 32
5348 #define cpu_icache_line_size() 32