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 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 */ |