]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 196745:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 Sep 2009 21:50:34 +0000 (21:50 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 8 Sep 2009 21:50:34 +0000 (21:50 +0000)
commite33cd50096cb2ff26a86881bc399c69fb62159e7
treecd20d2e1db9104c8b54e221fd719b0edb8ecd8f4
parentb8c138952f432dbd12073547e6eada3abd88c28e
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)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196996 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/amd64/local_apic.c
sys/i386/i386/local_apic.c