]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - fs/eventpoll.c
Apply preempt_rt patch-4.9-rt1.patch.xz
[zynq/linux.git] / fs / eventpoll.c
index 10db912189338096a3d37176b043145bca923da8..42af0a06f657f79e6ccbea8b1e5f80de66b54c24 100644 (file)
@@ -510,12 +510,12 @@ static int ep_poll_wakeup_proc(void *priv, void *cookie, int call_nests)
  */
 static void ep_poll_safewake(wait_queue_head_t *wq)
 {
-       int this_cpu = get_cpu();
+       int this_cpu = get_cpu_light();
 
        ep_call_nested(&poll_safewake_ncalls, EP_MAX_NESTS,
                       ep_poll_wakeup_proc, NULL, wq, (void *) (long) this_cpu);
 
-       put_cpu();
+       put_cpu_light();
 }
 
 static void ep_remove_wait_queue(struct eppoll_entry *pwq)