aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/smp.c4
-rw-r--r--arch/x86/kernel/smpboot.c4
-rw-r--r--arch/x86/platform/uv/tlb_uv.c4
3 files changed, 3 insertions, 9 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>
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 73e69aaaa117..362dd8953f48 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1 /* 2 /*
2 * x86 SMP booting functions 3 * x86 SMP booting functions
3 * 4 *
@@ -12,9 +13,6 @@
12 * Pentium Pro and Pentium-II/Xeon MP machines. 13 * Pentium Pro and Pentium-II/Xeon MP machines.
13 * Original development of Linux SMP code supported by Caldera. 14 * Original development of Linux SMP code supported by Caldera.
14 * 15 *
15 * This code is released under the GNU General Public License version 2 or
16 * later.
17 *
18 * Fixes 16 * Fixes
19 * Felix Koop : NR_CPUS used properly 17 * Felix Koop : NR_CPUS used properly
20 * Jose Renau : Handle single CPU case. 18 * Jose Renau : Handle single CPU case.
diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c
index 1297e185b8c8..0c7dfec4acac 100644
--- a/arch/x86/platform/uv/tlb_uv.c
+++ b/arch/x86/platform/uv/tlb_uv.c
@@ -1,10 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-or-later
1/* 2/*
2 * SGI UltraViolet TLB flush routines. 3 * SGI UltraViolet TLB flush routines.
3 * 4 *
4 * (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI. 5 * (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI.
5 *
6 * This code is released under the GNU General Public License version 2 or
7 * later.
8 */ 6 */
9#include <linux/seq_file.h> 7#include <linux/seq_file.h>
10#include <linux/proc_fs.h> 8#include <linux/proc_fs.h>