From 1e62493be5c4335cf5b9a55346f4e949db18c218 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 8 Oct 1997 07:15:58 +0000 Subject: Style nit --- sys/arch/vax/vax/vm_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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; /* -- cgit v1.2.3