aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smp.c')
-rw-r--r--arch/x86/kernel/smp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
index 04adc8d60aed..4693e2f3a03e 100644
--- a/arch/x86/kernel/smp.c
+++ b/arch/x86/kernel/smp.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * Intel SMP support routines. 3 * Intel SMP support routines.
3 * 4 *
@@ -6,9 +7,6 @@
6 * (c) 2002,2003 Andi Kleen, SuSE Labs. 7 * (c) 2002,2003 Andi Kleen, SuSE Labs.
7 * 8 *
8 * i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com> 9 * i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
9 *
10 * This code is released under the GNU General Public License version 2 or
11 * later.
12 */ 10 */
13 11
14#include <linux/init.h> 12#include <linux/init.h>