summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-03-06 06:59:15 +0000
committerimp <imp@FreeBSD.org>2005-03-06 06:59:15 +0000
commitd9a2f9579c8605dc4edb21456e19448dce44f346 (patch)
tree2c1a139913dac79ae73e61372c0333e50764deba
parent3781be01a4ce8d93746b7f34ad58be121a08d8f3 (diff)
downloadFreeBSD-src-d9a2f9579c8605dc4edb21456e19448dce44f346.zip
FreeBSD-src-d9a2f9579c8605dc4edb21456e19448dce44f346.tar.gz
Back out previous commit. The description didn't match the commit,
and marking this interrupt as fast isn't quite right. It also needs to be MP Safe, and I've not done that work (yet).
-rw-r--r--sys/dev/ppbus/pps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c
index 2a0cb49..bf7c08b 100644
--- a/sys/dev/ppbus/pps.c
+++ b/sys/dev/ppbus/pps.c
@@ -204,7 +204,7 @@ ppsopen(struct cdev *dev, int flags, int fmt, struct thread *td)
/* attach the interrupt handler */
if ((error = BUS_SETUP_INTR(ppbus, ppsdev, sc->intr_resource,
- INTR_TYPE_TTY | INTR_FAST, ppsintr, ppsdev,
+ INTR_TYPE_TTY, ppsintr, ppsdev,
&sc->intr_cookie))) {
ppb_release_bus(ppbus, ppsdev);
return (error);
OpenPOWER on IntegriCloud