summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-28 13:57:18 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:24 (GMT)
commitcde2be3a7c7b4e3f0b4f9ac34460b5ef0a8217ab (patch)
treef8a01569b735602f8f4f7c2f288cb323a1d88eac /init
parent1c9d6ad3e1c556dd43cfc3b831b7eff79dc875db (diff)
downloadlinux-fsl-qoriq-cde2be3a7c7b4e3f0b4f9ac34460b5ef0a8217ab.tar.xz
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 a6766db..4df397d 100644
--- a/init/main.c
+++ b/init/main.c
@@ -493,6 +493,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();