From 938b01e0ae4f6be3204cbfc8f4fadec7f1c00bae Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 14 Jun 1993 19:44:37 +0000 Subject: [PATCH] Sigh. Save a few cycles occasionally. --- sys/arch/i386/isa/icu.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/isa/icu.s b/sys/arch/i386/isa/icu.s index 6723ae805e58..f446a2f361cf 100644 --- a/sys/arch/i386/isa/icu.s +++ b/sys/arch/i386/isa/icu.s @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)icu.s 7.2 (Berkeley) 5/21/91 - * $Id: icu.s,v 1.12 1993/06/14 19:35:59 mycroft Exp $ + * $Id: icu.s,v 1.13 1993/06/14 19:44:37 mycroft Exp $ */ /* @@ -258,7 +258,7 @@ _spl0: in_spl0: movl _cpl,%eax pushl %eax # save old priority - cmpl $0,_netisr + testl $~((1 << NETISR_SCLK) | (1 << NETISR_AST)),_netisr jz over_net_stuff_for_spl0 movl _netmask,%eax # mask off those network devices movl %eax,_cpl # set new priority