hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/kernel/smpboot.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Common SMP CPU bringup/teardown functions
34 */
....@@ -32,7 +33,6 @@
3233
3334 if (!tsk)
3435 return ERR_PTR(-ENOMEM);
35
- init_idle(tsk, cpu);
3636 return tsk;
3737 }
3838