summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-28 15:57:18 +0200
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-12-06 20:55:31 -0500
commit21facce5e0d8e7a4b016b1e64318aefa7473fd2e (patch)
treec6e56d34ee65fff1219336a403a2e0f63e3f60bc /init
parentea5f0caf2d77ba129e9b1c4541226c5b2ed420e7 (diff)
downloadlinux-rt-21facce5e0d8e7a4b016b1e64318aefa7473fd2e.tar.gz
softirq-local-lock.patch
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 4b3503039e09..17e3f82dd410 100644
--- a/init/main.c
+++ b/init/main.c
@@ -491,6 +491,7 @@ asmlinkage void __init start_kernel(void)
* Interrupts are still disabled. Do necessary setups, then
* enable them
*/
+ softirq_early_init();
tick_init();
boot_cpu_init();
page_address_init();