hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/sh/kernel/smp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * arch/sh/kernel/smp.c
34 *
....@@ -5,10 +6,6 @@
56 *
67 * Copyright (C) 2002 - 2010 Paul Mundt
78 * Copyright (C) 2006 - 2007 Akio Idehara
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/err.h>
1411 #include <linux/cache.h>
....@@ -188,8 +185,6 @@
188185 #endif
189186
190187 per_cpu_trap_init();
191
-
192
- preempt_disable();
193188
194189 notify_cpu_starting(cpu);
195190