summaryrefslogtreecommitdiff
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sony.com>2026-01-13 16:44:05 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-01-16 15:32:16 +0100
commit330eb955ea9e7c74e72caadffe39ccc838a66267 (patch)
treec6926c11cf558130277393f9ec3086e5563ffdbe /kernel/cpu.c
parent0f61b1860cc3f52aef9036d7235ed1f017632193 (diff)
kernel: add SPDX-License-Identifier lines
Add SPDX-License-Identifier lines to some old kernel files. Signed-off-by: Tim Bird <tim.bird@sony.com> Acked-by: Karim Yaghmour <karim.yaghmour@opersys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 8df2d773fe3b..5185c0be847a 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0
/* CPU control.
* (C) 2001, 2002, 2003, 2004 Rusty Russell
- *
- * This code is licenced under the GPL.
*/
#include <linux/sched/mm.h>
#include <linux/proc_fs.h>