hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/linux/smp.h
....@@ -241,9 +241,6 @@
241241 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
242242 #define put_cpu() preempt_enable()
243243
244
-#define get_cpu_light() ({ migrate_disable(); __smp_processor_id(); })
245
-#define put_cpu_light() migrate_enable()
246
-
247244 /*
248245 * Callback to arch code if there's nosmp or maxcpus=0 on the
249246 * boot command line: