]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sched/rt: Use resched_curr() in task_tick_rt()
authorKirill Tkhai <ktkhai@parallels.com>
Mon, 22 Sep 2014 18:36:43 +0000 (22:36 +0400)
committerIngo Molnar <mingo@kernel.org>
Wed, 24 Sep 2014 12:47:12 +0000 (14:47 +0200)
commit8aa6f0ebf41b5fdd186276394bf07e7bd6884d94
tree1f8d596db1b6813bbbd36b7a14e6fc8ceb4ee13f
parentf1e3a0932f3a9554371792a7daaf1e0eb19f66d5
sched/rt: Use resched_curr() in task_tick_rt()

Some time ago PREEMPT_NEED_RESCHED was implemented,
so reschedule technics is a little more difficult now.

Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/20140922183642.11015.66039.stgit@localhost
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/rt.c