hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/mm/cache.c
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * arch/sh/mm/cache.c
34 *
45 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka
56 * Copyright (C) 2002 - 2010 Paul Mundt
6
- *
7
- * Released under the terms of the GNU GPL v2.0.
87 */
98 #include <linux/mm.h>
109 #include <linux/init.h>
....@@ -354,12 +353,6 @@
354353
355354 shx3_cache_init();
356355 }
357
- }
358
-
359
- if (boot_cpu_data.family == CPU_FAMILY_SH5) {
360
- extern void __weak sh5_cache_init(void);
361
-
362
- sh5_cache_init();
363356 }
364357
365358 skip: