From: Clemens Ladisch Date: Tue, 26 Sep 2006 06:32:17 +0000 (-0700) Subject: [PATCH] hpet rtc emulation: add watchdog timer X-Git-Tag: v2.6.19-rc1~1137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1447c27d38faf8fb03d4599e8082e507453ea3cf;p=pandora-kernel.git [PATCH] hpet rtc emulation: add watchdog timer To prevent the emulated RTC timer from stopping when interrupts are delayed for too long, disable interrupts around all of the register initialization, and check that the interrupt handler did not schedule the next interrupt in the past. Signed-off-by: Clemens Ladisch Cc: Venkatesh Pallipadi Cc: Andi Kleen Cc: Vojtech Pavlik Cc: Robert Picco Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed