Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 21:50:34 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 local_apic.c src/sys/i386/i386 local_apic.c
Message-ID:  <200909082151.n88LpBFY022506@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-09-08 21:50:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/amd64/amd64      local_apic.c 
    sys/i386/i386        local_apic.c 
  Log:
  SVN rev 196996 on 2009-09-08 21:50:34Z by jhb
  
  MFC 196745:
  Don't attempt to bind the current thread to the CPU an IRQ is bound to
  when removing an interrupt handler from an IRQ during shutdown.  During
  shutdown we are already bound to CPU 0 and this was triggering a panic.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.58.2.4  +12 -9     src/sys/amd64/amd64/local_apic.c
  1.61.2.4  +12 -9     src/sys/i386/i386/local_apic.c



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