summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smptests.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-03-04 23:45:12 +0000
committertegge <tegge@FreeBSD.org>1998-03-04 23:45:12 +0000
commitcd337c3e289be49b05b967c1cb833ce95c37371b (patch)
tree3bc3d49c7ab4735c752f024f5f8d127765363aa8 /sys/i386/include/smptests.h
parent3acc203e1d251c265f838b5e5a56585d0a15b067 (diff)
downloadFreeBSD-src-cd337c3e289be49b05b967c1cb833ce95c37371b.zip
FreeBSD-src-cd337c3e289be49b05b967c1cb833ce95c37371b.tar.gz
Disable redirection of clock interrupt to a higher priority vector.
This does not work on most dual Pentium machines, due to setidt() being neutralized by f00f_hack().
Diffstat (limited to 'sys/i386/include/smptests.h')
-rw-r--r--sys/i386/include/smptests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h
index 60a8588..57f16b6 100644
--- a/sys/i386/include/smptests.h
+++ b/sys/i386/include/smptests.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smptests.h,v 1.28 1997/12/08 22:56:49 fsmp Exp $
+ * $Id: smptests.h,v 1.29 1998/03/03 22:56:26 tegge Exp $
*/
#ifndef _MACHINE_SMPTESTS_H_
@@ -278,7 +278,7 @@
* while still using the slow interrupt handler. Only effective when
* APIC_INTR_REORDER is defined.
*/
-#define APIC_INTR_HIGHPRI_CLOCK
+/* #define APIC_INTR_HIGHPRI_CLOCK */
#endif /* APIC_IO */
OpenPOWER on IntegriCloud