diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-27 19:58:53 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-01-27 19:58:53 +0000 |
| commit | d7bcbf6358ae499747d447804bdd6c759f596a01 (patch) | |
| tree | 985588d903609c269ff652001822c7f6fc33ff88 | |
| parent | a56d6292400dde9fe792d655488e0d632cec33ef (diff) | |
Notes
| -rw-r--r-- | sys/dev/smbus/smbconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h index 0a442ec9633ae..3c06489eb274e 100644 --- a/sys/dev/smbus/smbconf.h +++ b/sys/dev/smbus/smbconf.h @@ -23,14 +23,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: smbconf.h,v 1.1.1.1 1998/09/03 20:52:54 nsouch Exp $ + * $Id: smbconf.h,v 1.2 1998/10/31 11:39:54 nsouch Exp $ */ #ifndef __SMBONF_H #define __SMBONF_H #include <sys/queue.h> -#define SMBPRI PZERO+8 /* XXX sleep/wakeup queue priority */ +#define SMBPRI (PZERO+8) /* XXX sleep/wakeup queue priority */ #define n(flags) (~(flags) & (flags)) |
