hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/fs/eventpoll.c
....@@ -570,12 +570,12 @@
570570
571571 static void ep_poll_safewake(wait_queue_head_t *wq)
572572 {
573
- int this_cpu = get_cpu();
573
+ int this_cpu = get_cpu_light();
574574
575575 ep_call_nested(&poll_safewake_ncalls, EP_MAX_NESTS,
576576 ep_poll_wakeup_proc, NULL, wq, (void *) (long) this_cpu);
577577
578
- put_cpu();
578
+ put_cpu_light();
579579 }
580580
581581 #else