run excessively hot with it to have it on by default, and I still don't
have good logic to let acpicpu enable it when the AML says it's good.
-/* $OpenBSD: cpu.c,v 1.72 2014/12/12 16:51:32 tedu Exp $ */
+/* $OpenBSD: cpu.c,v 1.73 2014/12/14 05:04:49 guenther Exp $ */
/* $NetBSD: cpu.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */
/*-
else
mwait_size = largest;
printf("\n");
+ /* XXX disable mwait: ACPI says not to use it on too many systems */
+ mwait_size = 0;
}
void
-/* $OpenBSD: cpu.c,v 1.57 2014/11/16 12:30:57 deraadt Exp $ */
+/* $OpenBSD: cpu.c,v 1.58 2014/12/14 05:04:49 guenther Exp $ */
/* $NetBSD: cpu.c,v 1.1.2.7 2000/06/26 02:04:05 sommerfeld Exp $ */
/*-
else
mwait_size = largest;
printf("\n");
+ /* XXX disable mwait: ACPI says not to use it on too many systems */
+ mwait_size = 0;
}
void