Date: Thu, 9 Mar 2006 16:23:15 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpapic.c Message-ID: <200603091623.k29GNFf9003993@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-03-09 16:23:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mpapic.c Log: Revert the previous change. Even though Intel insists that the behavior this change restores is wrong, it turns out the "proper" method is worse in practice for existing machines. This is probably due to the fact that using fixed priority with a physical broadcast destination effectively broadcasts interrupts to all CPUs. Fixing that would require a lot more work than just restoring the previous "incorrect" behavior and would probably be riskier as well. PR: kern/94160 Reported by: Richard Wiwatowski rjwiwat at internode dot on dot net Revision Changes Path 1.37.2.9 +3 -3 src/sys/i386/i386/mpapic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603091623.k29GNFf9003993>