aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/cpufunc.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-21 06:21:32 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-21 06:21:32 +0000
commit03742795eb367bb0ab70f3098ab2ebd94b7aa4ee (patch)
treed199fa9fbd1229dc1eeaff61b05943ee43b7f71d /sys/sparc64/include/cpufunc.h
parentba74981e7154d14d375995a559f5b9f8529e6c3d (diff)
downloadsrc-03742795eb367bb0ab70f3098ab2ebd94b7aa4ee.tar.gz
src-03742795eb367bb0ab70f3098ab2ebd94b7aa4ee.zip
intr_disable returns register_t
Notes
Notes: svn path=/head/; revision=92861
Diffstat (limited to 'sys/sparc64/include/cpufunc.h')
-rw-r--r--sys/sparc64/include/cpufunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/include/cpufunc.h b/sys/sparc64/include/cpufunc.h
index 247faa75ac9d..4e59bb3e5ecf 100644
--- a/sys/sparc64/include/cpufunc.h
+++ b/sys/sparc64/include/cpufunc.h
@@ -184,7 +184,7 @@ cpu_critical_exit(critical_t pil)
wrpr(pil, pil, 0);
}
-static __inline u_long
+static __inline register_t
intr_disable(void)
{
u_long s;