forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
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