Date: Wed, 2 Sep 2009 00:39:59 +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: <200909020041.n820fOgL067925@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-09-02 00:39:59 UTC FreeBSD src repository Modified files: sys/amd64/amd64 local_apic.c sys/i386/i386 local_apic.c Log: SVN rev 196745 on 2009-09-02 00:39:59Z by jhb 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. MFC after: 3 days Revision Changes Path 1.61 +12 -9 src/sys/amd64/amd64/local_apic.c 1.64 +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?200909020041.n820fOgL067925>