kernel/fs/eventpoll.c
.. .. @@ -570,12 +570,12 @@ 570 570 571 571 static void ep_poll_safewake(wait_queue_head_t *wq) 572 572 { 573 - int this_cpu = get_cpu();573 + int this_cpu = get_cpu_light();574 574 575 575 ep_call_nested(&poll_safewake_ncalls, EP_MAX_NESTS, 576 576 ep_poll_wakeup_proc, NULL, wq, (void *) (long) this_cpu); 577 577 578 - put_cpu();578 + put_cpu_light();579 579 } 580 580 581 581 #else