Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 2010 14:55:22 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/aim interrupt.c src/sys/powerpc/booke interrupt.c
Message-ID:  <201003201458.o2KEwrU5024063@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-03-20 14:55:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/powerpc/aim      interrupt.c 
    sys/powerpc/booke    interrupt.c 
  Log:
  SVN rev 205375 on 2010-03-20 14:55:22Z by nwhitehorn
  
  MFC r204903:
  
  Place interrupt handling in a critical section and remove double
  counting in incrementing the interrupt nesting level. This fixes a number
  of bugs in which the interrupt thread could be preempted by an IPI,
  indefinitely delaying acknowledgement of the interrupt to the PIC, causing
  interrupt starvation and hangs.
  
  Reported by:    linimon
  Reviewed by:    marcel, jhb
  
  Revision  Changes    Path
  1.10.2.2  +4 -2      src/sys/powerpc/aim/interrupt.c
  1.2.2.2   +4 -4      src/sys/powerpc/booke/interrupt.c



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