Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2ff298... Commit: 2ff298372d03b01c9ca8738ee2791227a81928e2 Parent: 8de0b8a7eaf274d197698b035090eeb805f62de6 Author: Glauber Costa <gcosta@redhat.com> AuthorDate: Fri Jul 11 14:21:29 2008 -0300 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Mon Oct 13 10:21:36 2008 +0200 x86: bind irq0 irq data to cpu0 Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> --- arch/x86/kernel/time_64.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/time_64.c b/arch/x86/kernel/time_64.c index 0469243..8419382 100644 --- a/arch/x86/kernel/time_64.c +++ b/arch/x86/kernel/time_64.c @@ -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); } -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
