sched/deadline: Don't check CONFIG_SMP in switched_from_dl()
authorWanpeng Li <wanpeng.li@linux.intel.com>
Thu, 30 Oct 2014 22:39:36 +0000 (06:39 +0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Nov 2014 06:17:56 +0000 (07:17 +0100)
commitcad3bb32e181c286c46ec12b2deb1f26a6f9835d
treeb677ed25da7e51bc36787531aa99f1afa4de7664
parentcd66091162d34f589631a23bbe0ed214798245b4
sched/deadline: Don't check CONFIG_SMP in switched_from_dl()

There are both UP and SMP version of pull_dl_task(), so don't need
to check CONFIG_SMP in switched_from_dl();

Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@arm.com>
Cc: Kirill Tkhai <ktkhai@parallels.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1414708776-124078-6-git-send-email-wanpeng.li@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/deadline.c