watchdog: Xen watchdog driver
commit066d6c7f4ec94d40d13061714489783916548cdb
authorJan Beulich <JBeulich@novell.com>
Mon, 4 Oct 2010 09:37:26 +0000 (4 10:37 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 15 Mar 2011 16:02:18 +0000 (15 16:02 +0000)
treeb3b8763e74d59ea93a948b2527d83c33d32ad968
parent57539c1cf9f146ab9988a350dbc2d7e69a8a5c30
watchdog: Xen watchdog driver

While the hypervisor change adding SCHEDOP_watchdog support included a
daemon to make use of the new functionality, having a kernel driver
for /dev/watchdog so that user space code doesn't need to distinguish
non-Xen and Xen seems to be preferable.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/xen_wdt.c [new file with mode: 0644]
include/xen/interface/sched.h