[COMMON] sched/rt: remove the useless rq lock
authorJohnlay Park <jonglae.park@samsung.com>
Mon, 16 Apr 2018 05:53:28 +0000 (14:53 +0900)
committerChungwoo Park <cww.park@samsung.com>
Mon, 21 May 2018 08:35:54 +0000 (17:35 +0900)
commit77142f199ab3c236c99146ea0743c923ee47c888
treeb107da83715e934d782bd091767088a3ac1e36c8
parent0c18d60847f18de67d7bcf9b30720a0c02f6c245
[COMMON] sched/rt: remove the useless rq lock

in find_lock_lowest_rq(). In an aging test, rq lock is unbalanced,
because the rq lock is released in double locking routine in
this function from rto_push_irq_work_func.

Change-Id: I338bc98fd4053aefcf8fdd4a6e991ce240d649ec
Signed-off-by: Johnlay Park <jonglae.park@samsung.com>
kernel/sched/rt.c