G/C a debugging printf left over from the last commit.
This commit is contained in:
parent
d1abc048b7
commit
d6d63e19fe
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: isr.c,v 1.19 2000/07/20 20:40:40 scw Exp $ */
|
||||
/* $NetBSD: isr.c,v 1.20 2000/07/21 08:08:38 scw Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
|
@ -293,8 +293,6 @@ netintr()
|
|||
netisr = 0;
|
||||
splx(s);
|
||||
|
||||
printf("netintr() netisr=0x%x\n", n);
|
||||
|
||||
#define DONETISR(bit, fn) do { \
|
||||
if (n & (1 << bit)) \
|
||||
fn(); \
|
||||
|
|
Loading…
Reference in New Issue