From: Clemens Ladisch Date: Sun, 30 Oct 2005 23:03:35 +0000 (-0800) Subject: [PATCH] hpet-RTC: disable interrupt when no longer needed X-Git-Tag: v2.6.15-rc1~59^2~15^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00c96f313b07d2eb2845305b9a3395e14385767;p=pandora-kernel.git [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 Acked-by: "Pallipadi, Venkatesh" Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed