Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45230
b: refs/heads/master
c: c4a6830
h: refs/heads/master
v: v3
  • Loading branch information
Ard van Breemen authored and Linus Torvalds committed Jan 6, 2007
1 parent a45ed3c commit 2f0dff3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34f1ca540679f61a02b7406f036d9edde9717ee2
refs/heads/master: c4a68306b9c0939b3facdad2cc5e34d660ff463a
5 changes: 5 additions & 0 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,11 @@ asmlinkage void __init start_kernel(void)
parse_args("Booting kernel", command_line, __start___param,
__stop___param - __start___param,
&unknown_bootoption);
if (!irqs_disabled()) {
printk(KERN_WARNING "start_kernel(): bug: interrupts were "
"enabled *very* early, fixing it\n");
local_irq_disable();
}
sort_main_extable();
trap_init();
rcu_init();
Expand Down

0 comments on commit 2f0dff3

Please sign in to comment.