cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c src/sys/ia64/ia64 interrupt.c

Scott Long scottl at FreeBSD.org
Mon Nov 26 07:08:35 PST 2007


scottl      2007-11-26 15:08:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/amd64      intr_machdep.c 
    sys/i386/i386        intr_machdep.c 
    sys/ia64/ia64        interrupt.c 
  Log:
  MFC: Expand critical section coverage so that shared fast and ithread handlers
  don't stall.  Unlike 8-CURRENT and 7-STABLE, sparc64 and powerpc in 6-STABLE
  do not appear to have this problem.
  
  Approved by: re
  
  Revision  Changes    Path
  1.15.2.5  +1 -1      src/sys/amd64/amd64/intr_machdep.c
  1.14.2.5  +1 -1      src/sys/i386/i386/intr_machdep.c
  1.49.2.4  +1 -1      src/sys/ia64/ia64/interrupt.c


More information about the cvs-all mailing list