summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJohn Stultz <johnstul@us.ibm.com>2009-07-03 13:29:58 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:19 (GMT)
commit8d295db46092fd19c8f8592461dfc6d0ac3ffaa5 (patch)
tree4c47560e91c7bb44672d68febd0ca064a94874fd /init
parent42b4e8d5f84744d513fd65b9b999b3badf76e92e (diff)
downloadlinux-fsl-qoriq-8d295db46092fd19c8f8592461dfc6d0ac3ffaa5.tar.xz
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 cee4b5c..a6766db 100644
--- a/init/main.c
+++ b/init/main.c
@@ -70,6 +70,7 @@
#include <linux/perf_event.h>
#include <linux/file.h>
#include <linux/ptrace.h>
+#include <linux/posix-timers.h>
#include <asm/io.h>
#include <asm/bugs.h>