]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] hpet-RTC: disable interrupt when no longer needed
authorClemens Ladisch <clemens@ladisch.de>
Sun, 30 Oct 2005 23:03:35 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:29 +0000 (17:37 -0800)
commitf00c96f313b07d2eb2845305b9a3395e14385767
tree94efe251de277aca3faf81b0334eb1c7eb5ca956
parent0d29086177aaa1e7d14e6ebb7fc067b3ca6d5c11
[PATCH] hpet-RTC: disable interrupt when no longer needed

When the emulated RTC interrupt is no longer needed, we better disable it;
otherwise, we get a spurious interrupt whenever the timer has rolled over and
reaches the same comparator value.

Having a superfluous interrupt every five minutes doesn't hurt much, but it's
bad style anyway.  ;-)

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Acked-by: "Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/time_hpet.c
arch/x86_64/kernel/time.c