commit | cba9bd22a5f8f857534b9a7f3fb3cafa0ac5fb75 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Sep 12 13:40:05 2011 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Sep 18 14:34:07 2011 +0200 |
tree | 47cd0ede22b4e3624dd6db0ffe2b3d15fb87fbf6 | |
parent | 51887c8230d57c4d9cc68e3784c52c8f0a708655 [diff] |
watchdog: Drop FIFO policy in exit path When the watchdog thread exits it runs through the exit path with FIFO priority. There is no point in doing so. Switch back to SCHED_NORMAL before exiting. Cc: Don Zickus <dzickus@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/alpine.LFD.2.02.1109121337461.2723@ionos Signed-off-by: Ingo Molnar <mingo@elte.hu>