hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/sh/kernel/cpu/init.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/cpu/init.c
34 *
....@@ -5,10 +6,6 @@
56 *
67 * Copyright (C) 2002 - 2009 Paul Mundt
78 * Copyright (C) 2003 Richard Curnow
8
- *
9
- * This file is subject to the terms and conditions of the GNU General Public
10
- * License. See the file "COPYING" in the main directory of this archive
11
- * for more details.
129 */
1310 #include <linux/init.h>
1411 #include <linux/kernel.h>
....@@ -106,7 +103,7 @@
106103 /*
107104 * Generic first-level cache init
108105 */
109
-#if defined(CONFIG_SUPERH32) && !defined(CONFIG_CPU_J2)
106
+#if !defined(CONFIG_CPU_J2)
110107 static void cache_init(void)
111108 {
112109 unsigned long ccr, flags;