Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 17:50:53 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/powerpc intr_machdep.c
Message-ID:  <200901251750.n0PHovF9053029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2009-01-25 17:50:53 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/powerpc  intr_machdep.c 
  Log:
  SVN rev 187691 on 2009-01-25 17:50:53Z by nwhitehorn
  
  Fix a race condition where interrupts set up after boot could be enabled in
  the PIC before the interrupt handler was set. If the interrupt triggered in
  that window, then the interrupt vector would be disabled.
  
  Reported by:    Marco Trillo
  
  Revision  Changes    Path
  1.24      +6 -3      src/sys/powerpc/powerpc/intr_machdep.c



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