diff options
-rw-r--r-- | sys/i386/include/smptests.h | 4 |
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 */ |