.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * arch/sh/kernel/cpu/init.c |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 2002 - 2009 Paul Mundt |
---|
7 | 8 | * 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. |
---|
12 | 9 | */ |
---|
13 | 10 | #include <linux/init.h> |
---|
14 | 11 | #include <linux/kernel.h> |
---|
.. | .. |
---|
106 | 103 | /* |
---|
107 | 104 | * Generic first-level cache init |
---|
108 | 105 | */ |
---|
109 | | -#if defined(CONFIG_SUPERH32) && !defined(CONFIG_CPU_J2) |
---|
| 106 | +#if !defined(CONFIG_CPU_J2) |
---|
110 | 107 | static void cache_init(void) |
---|
111 | 108 | { |
---|
112 | 109 | unsigned long ccr, flags; |
---|