hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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: