[9820] sched: core: fix bug that rt could not be binded to little
authorYoungtae Lee <yt0729.lee@samsung.com>
Wed, 28 Jun 2017 10:35:54 +0000 (03:35 -0700)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:33:18 +0000 (17:33 +0900)
commit8fba2ed7c6d04c2113ac62666f89e9ef5f69c8b5
treea86139fb98abdb6b7ec8211b0bd246386bee6049
parent0392f7d17117bfed6ab276fc5321364d4536f5e8
[9820] sched: core: fix bug that rt could not be binded to little

Current rt little binding code is working
when target task is on runqueue. Remove this condition
to all rt tasks bind to little.

Change-Id: I2f1883e2e8dffef25920848f6ef87b38a231ff0c
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
kernel/sched/core.c