Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 04:43:48 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/isa intr_machdep.c icu.h
Message-ID:  <199912261243.EAA90177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/12/26 04:43:48 PST

  Modified files:
    sys/i386/isa         intr_machdep.c icu.h 
  Log:
  Replaced the INTRMASK and INTRUNMASK macros by "|" and "&~" operations.
  Some interface botches went away, leaving the macros unused outside of
  the implementation of interrupt masking, and it was silly for the
  implementation to use the macros in only one place each.
  
  Revision  Changes    Path
  1.28      +4 -4      src/sys/i386/isa/intr_machdep.c
  1.18      +1 -5      src/sys/i386/isa/icu.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912261243.EAA90177>