From 09b871c50edd55599427b8684e14c16c31e49e7c Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 8 Sep 2008 16:19:09 -0700 Subject: [PATCH] --- yaml --- r: 116512 b: refs/heads/master c: ba374c9baef910fbc5373541d98c50f15e82c3f8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/hpet.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e95f5bcababf..13276e797213 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0ed4e695faf6766927c8cfbda2bc7530c7210c2 +refs/heads/master: ba374c9baef910fbc5373541d98c50f15e82c3f8 diff --git a/trunk/arch/x86/kernel/hpet.c b/trunk/arch/x86/kernel/hpet.c index 01005aeda7d9..422c577ef691 100644 --- a/trunk/arch/x86/kernel/hpet.c +++ b/trunk/arch/x86/kernel/hpet.c @@ -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;