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>2014-05-14 18:38:21 (GMT)
commit6e98c393b60c75916c1c65cb5fe6aed4889bdfdb (patch)
tree06bb13b0fe8bd21881cc54cf60d4ab24c8398c02 /init
parentca0fec61af6504dc450f6d7780acb4a566a4d847 (diff)
downloadlinux-fsl-qoriq-6e98c393b60c75916c1c65cb5fe6aed4889bdfdb.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 33e96d2..69e4308 100644
--- a/init/main.c
+++ b/init/main.c
@@ -499,6 +499,7 @@ asmlinkage void __init start_kernel(void)
* Interrupts are still disabled. Do necessary setups, then
* enable them
*/
+ softirq_early_init();
boot_cpu_init();
page_address_init();
pr_notice("%s", linux_banner);