Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 1996 10:21:00 -0800 (PST)
From:      Peter Wemm <peter>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/isa vector.s
Message-ID:  <199611241821.KAA03859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/11/24 10:20:59

  Modified:    i386/isa  vector.s
  Log:
  Both forms of the FAST_INTR() macro were effectively the same, remove the
  special case for APIC_IO && APIC_LAZY.
  
  It seems this was made a special case when Steve applied Bruces work, but
  the change was to actually limit the cases where the fast interrupt handler
  would switch to a normal handler's service routine when nested > 3.  Since
  the code to do this is now in -current, the "normal" code was now
  effectively the same as the special case version.
  
  This file is now in sync with the recent changes in -current.
  
  Revision  Changes    Path
  1.25      +0 -71     sys/i386/isa/vector.s



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