summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/intr_machdep.h
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/include/intr_machdep.h
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/include/intr_machdep.h')
-rw-r--r--sys/sparc64/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/intr_machdep.h b/sys/sparc64/include/intr_machdep.h
index ba02846..2f9c1ef 100644
--- a/sys/sparc64/include/intr_machdep.h
+++ b/sys/sparc64/include/intr_machdep.h
@@ -82,6 +82,6 @@ int inthand_add(const char *name, int vec, void (*handler)(void *),
void *arg, int flags, void **cookiep);
int inthand_remove(int vec, void *cookie);
-ih_func_t intr_dequeue;
+ih_func_t intr_fast;
#endif
OpenPOWER on IntegriCloud