summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smptests.h
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-03-07 20:48:16 +0000
committertegge <tegge@FreeBSD.org>1998-03-07 20:48:16 +0000
commit6882bde27bc49bd70c684118424e8699a26d2925 (patch)
tree6360a8dc9c20c2f740d91e4d9764a331cb464007 /sys/i386/include/smptests.h
parent20b22506b27927d19d6cae61f8ef2df78179ccbe (diff)
downloadFreeBSD-src-6882bde27bc49bd70c684118424e8699a26d2925.zip
FreeBSD-src-6882bde27bc49bd70c684118424e8699a26d2925.tar.gz
Reenable redirection of clock interrupt to a higher priority vector.
setidt() now knows about f00f_hack(), and the APs now use the same interrupt descriptor table as the BSP.
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 57f16b6..3773996 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.29 1998/03/03 22:56:26 tegge Exp $
+ * $Id: smptests.h,v 1.30 1998/03/04 23:45:12 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