Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126899
b: refs/heads/master
c: 24d431d
h: refs/heads/master
i:
  126897: bd7c9fe
  126895: e87a51f
v: v3
  • Loading branch information
Ron Lee authored and Jiri Kosina committed Jan 6, 2009
1 parent 5424e68 commit f32ebff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e6bdb7f8b478323525444ecee7a1477ff5b6639
refs/heads/master: 24d431d06aeeda2b12cc925c6e1693c45ae5088b
3 changes: 2 additions & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ asmlinkage void __init start_kernel(void)
sched_clock_init();
profile_init();
if (!irqs_disabled())
printk("start_kernel(): bug: interrupts were enabled early\n");
printk(KERN_CRIT "start_kernel(): bug: interrupts were "
"enabled early\n");
early_boot_irqs_on();
local_irq_enable();

Expand Down

0 comments on commit f32ebff

Please sign in to comment.