Loading arch/x86/kernel/hpet.c +4 −0 Original line number Diff line number Diff line Loading @@ -635,6 +635,10 @@ static int hpet_cpuhp_notify(struct notifier_block *n, } #else static int hpet_setup_msi_irq(unsigned int irq) { return 0; } void hpet_msi_capability_lookup(unsigned int start_timer) { return; Loading Loading
arch/x86/kernel/hpet.c +4 −0 Original line number Diff line number Diff line Loading @@ -635,6 +635,10 @@ static int hpet_cpuhp_notify(struct notifier_block *n, } #else static int hpet_setup_msi_irq(unsigned int irq) { return 0; } void hpet_msi_capability_lookup(unsigned int start_timer) { return; Loading