Date: Mon, 6 Aug 2007 05:15:57 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c Message-ID: <200708060515.l765FvBH024210@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-08-06 05:15:57 UTC FreeBSD src repository Modified files: sys/ia64/ia64 mp_machdep.c Log: Clear pending interrupts before we enable external interrupts. Recently the AP in my Merced box seems to have grown a habit of getting unexpected interrupts, such as redundant wake-ups and legacy interrupts that require an INTA cycle. While here, replace DELAY(0) with cpu_spinwait() so that it's clear what we're doing as well as enable the code to take advantage of cpu_spinwait() when it gets implemented. Approved by: re (blanket) Revision Changes Path 1.67 +20 -5 src/sys/ia64/ia64/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708060515.l765FvBH024210>