From: Thomas Gleixner Date: Sat, 21 Jul 2007 15:10:15 +0000 (+0200) Subject: x86_64: fiuxp pt_reqs leftovers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aec8148fda5686b671fbbd9ffd6f432a1f80ee3c;p=linux-beck.git x86_64: fiuxp pt_reqs leftovers The hpet_rtc_interrupt handler still uses pt_regs. Fix it. Signed-off-by: Thomas Gleixner Signed-off-by: Chris Wright Signed-off-by: Ingo Molnar Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/hpet.c b/arch/x86_64/kernel/hpet.c index 6b460402d504..636f4f9fc6bb 100644 --- a/arch/x86_64/kernel/hpet.c +++ b/arch/x86_64/kernel/hpet.c @@ -439,7 +439,7 @@ int hpet_rtc_dropped_irq(void) return 1; } -irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs) +irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) { struct rtc_time curr_time; unsigned long rtc_int_flag = 0;