diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-28 15:57:18 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-14 10:50:05 -0500 |
commit | 5e633b4868acbe6c94c326097340d90796554a3f (patch) | |
tree | d2fe756687d8d28ed1b818c08c1209f2dcc59a2b /init | |
parent | 226f25a6c43038246c216534cf1fe26faa9da98b (diff) |
softirq-local-lock.patch
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 0c416657d047..1c0a673ecc4f 100644 --- a/init/main.c +++ b/init/main.c @@ -490,6 +490,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(); |