From 4829e29205016514914e485ff32fcc6b5d4adf20 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 8 Jul 2006 21:23:38 +0000 Subject: [PATCH] remove INTRDEBUG --- sys/arch/x86/x86/intr.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/x86/x86/intr.c b/sys/arch/x86/x86/intr.c index 0378cf4c8595..43e5db3dd024 100644 --- a/sys/arch/x86/x86/intr.c +++ b/sys/arch/x86/x86/intr.c @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.23 2006/07/04 00:30:23 christos Exp $ */ +/* $NetBSD: intr.c,v 1.24 2006/07/08 21:23:38 christos Exp $ */ /* * Copyright 2002 (c) Wasabi Systems, Inc. @@ -104,9 +104,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.23 2006/07/04 00:30:23 christos Exp $"); - -#define INTRDEBUG +__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.24 2006/07/08 21:23:38 christos Exp $"); #include "opt_multiprocessor.h" #include "opt_acpi.h"