diff options
author | John Stultz <johnstul@us.ibm.com> | 2009-07-03 08:29:58 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-07-29 23:30:36 +0200 |
commit | 14cbf680c340564ac33e3518bf6c110d08d93cc9 (patch) | |
tree | e734c5e7ca6b944e460f9565fc6237ab58f92cb7 /init | |
parent | 3f79d2989e6f1fb3c67546bdecb4dca6a414b39e (diff) | |
download | lwn-14cbf680c340564ac33e3518bf6c110d08d93cc9.tar.gz lwn-14cbf680c340564ac33e3518bf6c110d08d93cc9.zip |
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.
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 252f448d8b9d..1da16501aa9f 100644 --- a/init/main.c +++ b/init/main.c @@ -37,6 +37,7 @@ #include <linux/workqueue.h> #include <linux/profile.h> #include <linux/rcupdate.h> +#include <linux/posix-timers.h> #include <linux/moduleparam.h> #include <linux/kallsyms.h> #include <linux/writeback.h> |