diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-08 07:15:58 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-08 07:15:58 +0000 |
commit | 1e62493be5c4335cf5b9a55346f4e949db18c218 (patch) | |
tree | 6fa3a1c0e3669a81ea43c9c6428bae937f3b59fc /sys/arch | |
parent | b0f1844e421e0196d43e3a12cc139b598a98a107 (diff) |
Style nit
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/vax/vm_machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/vm_machdep.c b/sys/arch/vax/vax/vm_machdep.c index 7ff23f0761f..1ab71ef300d 100644 --- a/sys/arch/vax/vax/vm_machdep.c +++ b/sys/arch/vax/vax/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.11 1997/09/12 09:30:57 maja Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.12 1997/10/08 07:15:57 niklas Exp $ */ /* $NetBSD: vm_machdep.c,v 1.33 1997/07/06 22:38:22 ragge Exp $ */ /* @@ -248,7 +248,7 @@ cpu_switch(pp) again: /* First: Search for a queue. */ s = splhigh(); - if ((i = ffs(whichqs) -1 ) < 0) + if ((i = ffs(whichqs) - 1) < 0) goto idle; /* |