diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2013-08-01 04:32:11 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:00:55 -0400 |
commit | c4e1dc6d67a9af1d590b179f908de803f4072bb3 (patch) | |
tree | 4deef177cbbff3c26519f318a7a8a5c9b6174d8a /arch | |
parent | d862e2352b400959126eeefe88984646ffa52866 (diff) |
ENGR00273500 IPUv3 dev: use wait_event_interruptible for ipu task
The ipu task thread checks outstanding tasks to be done on waiting
event uninterruptibly on the function find_task()'s return value.
However, sleeping on waiting event uninterruptibly contributes to
system load average value. This patch changes wait_event() to
wait_event_interruptible() to avoid the load average value inflation.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
(cherry picked from commit ec9479ffc757eaefa9b8d4942c37e3634e15599c)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions