Skip to content

Commit

Permalink
x86: bind irq0 irq data to cpu0
Browse files Browse the repository at this point in the history
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Oct 13, 2008
1 parent 8de0b8a commit 2ff2983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/time_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void __init hpet_time_init(void)
if (!hpet_enable())
setup_pit_timer();

irq0.mask = cpumask_of_cpu(0);
setup_irq(0, &irq0);
}

Expand Down

0 comments on commit 2ff2983

Please sign in to comment.