diff options
author | ae112802 <none@none> | 2007-04-09 11:39:46 -0700 |
---|---|---|
committer | ae112802 <none@none> | 2007-04-09 11:39:46 -0700 |
commit | 77d1565c06c50a8eb957f25b30dd76fab299ff2e (patch) | |
tree | 076e948956548df5b880f252f7f527da83903782 /usr/src/uts/common/os/clock.c | |
parent | 34a0f871d192b33b865455a8812a3d34c1866315 (diff) | |
download | illumos-joyent-77d1565c06c50a8eb957f25b30dd76fab299ff2e.tar.gz |
6498483 Running SunVTS cpu tests on Sun-Fire-T200,Sun-Blade-T6300 causes shutdown due to watchdog timeout
--HG--
rename : usr/src/uts/sparc/sys/wdt.h => usr/src/uts/sun4/sys/wdt.h
Diffstat (limited to 'usr/src/uts/common/os/clock.c')
-rw-r--r-- | usr/src/uts/common/os/clock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/common/os/clock.c b/usr/src/uts/common/os/clock.c index 06babeb55c..e465c864ef 100644 --- a/usr/src/uts/common/os/clock.c +++ b/usr/src/uts/common/os/clock.c @@ -68,10 +68,6 @@ #include <sys/task.h> #include <sys/sdt.h> -#ifdef __sparc -#include <sys/wdt.h> -#endif - /* * for NTP support */ @@ -1822,10 +1818,6 @@ deadman(void) lbolt += hz; lbolt64 += hz; -#ifdef __sparc - watchdog_pat(); -#endif - if (!deadman_panic_timers) return; /* allow all timers to be manually disabled */ |