aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJohn Stultz <johnstul@us.ibm.com>2009-07-03 08:29:58 -0500
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2014-01-18 17:12:59 -0500
commitd3a3af9f368016d8f0e3b85d2be4b99f45545a1c (patch)
tree250f786f5b23f49349939201ae8c5ce8927c0a3c /init
parente8965c6de955362411d81d87fd6c59b926eea29c (diff)
posix-timers: thread posix-cpu-timers on -rt
posix-cpu-timer code takes non -rt safe locks in hard irq context. Move it to a thread. [ 3.0 fixes from Peter Zijlstra <peterz@infradead.org> ] Signed-off-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r--init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 258f084e1ea1..73d0a330d673 100644
--- a/init/main.c
+++ b/init/main.c
@@ -69,6 +69,7 @@
#include <linux/slab.h>
#include <linux/perf_event.h>
#include <linux/random.h>
+#include <linux/posix-timers.h>
#include <asm/io.h>
#include <asm/bugs.h>