mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
intr_disable returns register_t
This commit is contained in:
parent
ba74981e71
commit
03742795eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue