hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/x86/entry/vdso/vgetcpu.c
....@@ -1,6 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2006 Andi Kleen, SUSE Labs.
3
- * Subject to the GNU Public License, v.2
44 *
55 * Fast user context implementation of getcpu()
66 */
....@@ -14,6 +14,7 @@
1414 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
1515 {
1616 vdso_read_cpunode(cpu, node);
17
+
1718 return 0;
1819 }
1920