diff options
author | John Stultz <johnstul@us.ibm.com> | 2009-07-03 08:29:58 -0500 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-13 12:40:01 -0500 |
commit | f5e706fe69c2954ee43f05d74fe3b96e590eefb0 (patch) | |
tree | aa021082c4dc28891199f5e636b33b864e6710bd /init | |
parent | 5f40497a14a776eff60b4f824dfa365ee234ab56 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 0e274f9ca6d1..0c416657d047 100644 --- a/init/main.c +++ b/init/main.c @@ -68,6 +68,7 @@ #include <linux/shmem_fs.h> #include <linux/slab.h> #include <linux/perf_event.h> +#include <linux/posix-timers.h> #include <asm/io.h> #include <asm/bugs.h> |