Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31746
b: refs/heads/master
c: 88fecaa
h: refs/heads/master
v: v3
  • Loading branch information
john stultz authored and Linus Torvalds committed Jul 3, 2006
1 parent 501ecf6 commit 512bed8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 29454dde27d8e340bb1987bad9aa504af7081eba
refs/heads/master: 88fecaa27f398d95db6c405a1908292c6f0bc3ef
4 changes: 3 additions & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ asmlinkage void __init start_kernel(void)
init_timers();
hrtimers_init();
softirq_init();
time_init();
timekeeping_init();
time_init();

/*
* HACK ALERT! This is early. We're enabling the console before
Expand All @@ -508,6 +508,8 @@ asmlinkage void __init start_kernel(void)
if (panic_later)
panic(panic_later, panic_param);
profile_init();
if (!irqs_disabled())
printk("start_kernel(): bug: interrupts were enabled early\n");
local_irq_enable();
#ifdef CONFIG_BLK_DEV_INITRD
if (initrd_start && !initrd_below_start_ok &&
Expand Down

0 comments on commit 512bed8

Please sign in to comment.