Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp300/hp300 Remove placeholder for event counter; i...



details:   https://anonhg.NetBSD.org/src/rev/963a0dcfe2bc
branches:  trunk
changeset: 518931:963a0dcfe2bc
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sat Dec 08 04:04:49 2001 +0000

description:
Remove placeholder for event counter; it's done elsewhere

diffstat:

 sys/arch/hp300/hp300/clock.c |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r d351916d4272 -r 963a0dcfe2bc sys/arch/hp300/hp300/clock.c
--- a/sys/arch/hp300/hp300/clock.c      Sat Dec 08 04:01:48 2001 +0000
+++ b/sys/arch/hp300/hp300/clock.c      Sat Dec 08 04:04:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.25 2001/12/03 05:52:13 gmcgarry Exp $      */
+/*     $NetBSD: clock.c,v 1.26 2001/12/08 04:04:49 gmcgarry Exp $      */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -94,11 +94,6 @@
                panic("clockattach: multiple clocks");
 
        todr_handle = handle;
-
-#ifdef EVCNT_COUNTERS
-       evcnt_attach_dynamic(&clock_intr_evcnt, EVCNT_TYPE_INTR, NULL,
-           dev->dv_xname, "intr");
-#endif
 }
 
 



Home | Main Index | Thread Index | Old Index