projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f5e3c
)
[PATCH] Move unwind_init earlier
author
Andi Kleen
<ak@suse.de>
Tue, 26 Sep 2006 08:52:34 +0000
(10:52 +0200)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:34 +0000
(10:52 +0200)
Needed for use of the unwinder in lockdep, because lockdep runs really
early too.
Cc: jbeulich@novell.com
Signed-off-by: Andi Kleen <ak@suse.de>
init/main.c
patch
|
blob
|
history
diff --git
a/init/main.c
b/init/main.c
index 6b69564738c19215b88fae6753f9ab77035c9fa3..913e48d658ee1de1938edf62dfee2d497b02448f 100644
(file)
--- a/
init/main.c
+++ b/
init/main.c
@@
-468,6
+468,7
@@
asmlinkage void __init start_kernel(void)
* Need to run as early as possible, to initialize the
* lockdep hash:
*/
+ unwind_init();
lockdep_init();
local_irq_disable();
@@
-506,7
+507,6
@@
asmlinkage void __init start_kernel(void)
__stop___param - __start___param,
&unknown_bootoption);
sort_main_extable();
- unwind_init();
trap_init();
rcu_init();
init_IRQ();