diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-15 17:21:31 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-15 17:21:31 +0000 |
commit | 4b87f5a8b56a5ebb0b526a5a75dd969ac56e1bea (patch) | |
tree | 74a281548ff34ee2e19a6233fa2313c2716e3e64 /sys/arch/arm | |
parent | 70a54a2b83d38b7bc2f89fc228005fea319e9185 (diff) |
Remove debugging message.
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/softintr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/softintr.c b/sys/arch/arm/arm/softintr.c index bf6be9b552c..029e70b56a4 100644 --- a/sys/arch/arm/arm/softintr.c +++ b/sys/arch/arm/arm/softintr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softintr.c,v 1.1 2004/02/01 05:09:48 drahn Exp $ */ +/* $OpenBSD: softintr.c,v 1.2 2004/02/15 17:21:30 drahn Exp $ */ /* $NetBSD: softintr.c,v 1.2 2003/07/15 00:24:39 lukem Exp $ */ /* @@ -157,7 +157,6 @@ softintr_establish(int ipl, void (*func)(void *), void *arg) sih->sih_siq = &soft_intrq[si]; sih->sih_pending = 0; } -printf("softintr_establish ipl 0x%x si %d\n", ipl, si); return (sih); } |