artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc5be75
)
Add interrupt counter.
author
rahnds
<rahnds@openbsd.org>
Fri, 31 Mar 2000 05:14:37 +0000
(
05:14
+0000)
committer
rahnds
<rahnds@openbsd.org>
Fri, 31 Mar 2000 05:14:37 +0000
(
05:14
+0000)
sys/arch/powerpc/mac/macintr.c
patch
|
blob
|
history
diff --git
a/sys/arch/powerpc/mac/macintr.c
b/sys/arch/powerpc/mac/macintr.c
index
c729d2b
..
4e7ca1e
100644
(file)
--- a/
sys/arch/powerpc/mac/macintr.c
+++ b/
sys/arch/powerpc/mac/macintr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: macintr.c,v 1.
2 2000/03/20 07:26:50
rahnds Exp $ */
+/* $OpenBSD: macintr.c,v 1.
3 2000/03/31 05:14:37
rahnds Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@@
-481,6
+481,7
@@
printf("mac_intr \n");
start:
irq = 31 - cntlzw(int_state);
+ intrcnt[hwirq[irq]]++;
o_imen = imen;
r_imen = 1 << irq;