diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-07-21 11:10:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:09 -0400 |
commit | aec8148fda5686b671fbbd9ffd6f432a1f80ee3c (patch) | |
tree | ae0e3c619e4e1e920e6b760c5f5494f1ca0fc556 | |
parent | f40f31bfe104d50d4fceb760ec48d2effd0610aa (diff) |
x86_64: fiuxp pt_reqs leftovers
The hpet_rtc_interrupt handler still uses pt_regs. Fix it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/x86_64/kernel/hpet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
439 | return 1; | 439 | return 1; |
440 | } | 440 | } |
441 | 441 | ||
442 | irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 442 | irqreturn_t hpet_rtc_interrupt(int irq, void *dev_id) |
443 | { | 443 | { |
444 | struct rtc_time curr_time; | 444 | struct rtc_time curr_time; |
445 | unsigned long rtc_int_flag = 0; | 445 | unsigned long rtc_int_flag = 0; |