hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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: