The unified diff between revisions [4f22e7ef..] and [9ca449dd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'watchdog.c'

#
# old_revision [4f22e7ef7d3064e3b51a5b868a4722f3f13c747b]
# new_revision [9ca449dd7941ad52e33bdcb5c28b2ba35d54219a]
#
# patch "watchdog.c"
#  from [97962bde1fc11e8fea8fae642ed8e0bcdd78468a]
#    to [d26ee7fc5e47c24a05fdd00cb771f966b4a87102]
#
============================================================
--- watchdog.c	97962bde1fc11e8fea8fae642ed8e0bcdd78468a
+++ watchdog.c	d26ee7fc5e47c24a05fdd00cb771f966b4a87102
@@ -30,7 +30,7 @@ void watchdog_check(void)
 	int i;
 
 	/* XXX not yet */
-/*	return; */
+	return;
 	for (i = 0; i < WATCHDOG_MODULES; i++) {
 		if ((signed int)(watchdog_last_seen[i] + WATCHDOG_TIMEOUT
 					- time) < 0) {