Jelajahi Sumber

x86: bind irq0 irq data to cpu0

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Glauber Costa 17 tahun lalu
induk
melakukan
2ff298372d
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      arch/x86/kernel/time_64.c

+ 1 - 0
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);
 }