Subject: CVS commit: src/sys/dev/sysmon
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/19/2007 00:25:30
Module Name: src
Committed By: xtraeme
Date: Mon Feb 19 00:25:30 UTC 2007
Modified Files:
src/sys/dev/sysmon: sysmon_wdog.c
Log Message:
* sysmon_wdog_mtx needs to run at IPL_SOFTCLOCK.
* replace SYSMON_WDOG_{LOCK,UNLOCK} macros with mutex_{enter,exit}
reminded by ad@.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dev/sysmon/sysmon_wdog.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.