From 03742795eb367bb0ab70f3098ab2ebd94b7aa4ee Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 21 Mar 2002 06:21:32 +0000 Subject: intr_disable returns register_t --- sys/sparc64/include/cpufunc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/sparc64/include/cpufunc.h') 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; -- cgit v1.2.3