aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r--arch/x86/kernel/smpboot.c4
1 files changed, 1 insertions, 3 deletions
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.