forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-06 89281ea41721b3027e14d66c19f2dbb4d11847d3
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