diff options
| -rw-r--r-- | usr/src/uts/common/io/ecpp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/ecpp.c b/usr/src/uts/common/io/ecpp.c index 2bbe70798f..a999ea7d91 100644 --- a/usr/src/uts/common/io/ecpp.c +++ b/usr/src/uts/common/io/ecpp.c @@ -3052,6 +3052,8 @@ ecpp_isr(caddr_t arg) int retval = DDI_INTR_UNCLAIMED; hrtime_t now; + dsr = 0; + dcsr = 0; mutex_enter(&pp->umutex); /* * interrupt may occur while other thread is holding the lock |
