summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-09-28 03:06:35 +0000
committerjake <jake@FreeBSD.org>2002-09-28 03:06:35 +0000
commit27927de410a9a284023c68a39e2eef833075753e (patch)
treea07f149b47d949b2cd42c9dec72b861bc931778b /sys/sparc64/pci
parenteeddd0ac0f37eedb3aca3b542107639a01e1ada1 (diff)
downloadFreeBSD-src-27927de410a9a284023c68a39e2eef833075753e.zip
FreeBSD-src-27927de410a9a284023c68a39e2eef833075753e.tar.gz
Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, to
better reflect how they are called.
Diffstat (limited to 'sys/sparc64/pci')
-rw-r--r--sys/sparc64/pci/psycho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c
index 65a94d1..0da2e59 100644
--- a/sys/sparc64/pci/psycho.c
+++ b/sys/sparc64/pci/psycho.c
@@ -587,7 +587,7 @@ psycho_attach(device_t dev)
sclr = malloc(sizeof(*sclr), M_DEVBUF, M_WAITOK);
sclr->psc_sc = sc;
sclr->psc_clr = clr;
- intr_setup(PIL_LOW, intr_dequeue, INTVEC(mr),
+ intr_setup(PIL_LOW, intr_fast, INTVEC(mr),
psycho_intr_stray, sclr);
}
#endif
OpenPOWER on IntegriCloud