diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-06 22:49:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-04-06 22:49:37 +0000 |
commit | f8d4316164530403cb1b793852c25f2a5c3c9196 (patch) | |
tree | 394d62f6b0f15619891a9ac8f46dc47e9db8c6cb /sys/arch | |
parent | 480e6f4b66ecde3ac8804e0d92e2fa768097af96 (diff) |
IPL_FDSOFT not IPL_AUSOFT (in comments)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/sparc/bsd_fdintr.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/bsd_fdintr.s b/sys/arch/sparc/sparc/bsd_fdintr.s index 0b4343b0682..aeb2729f20b 100644 --- a/sys/arch/sparc/sparc/bsd_fdintr.s +++ b/sys/arch/sparc/sparc/bsd_fdintr.s @@ -1,4 +1,4 @@ -/* $OpenBSD: bsd_fdintr.s,v 1.8 2002/08/11 12:14:39 art Exp $ */ +/* $OpenBSD: bsd_fdintr.s,v 1.9 2003/04/06 22:49:36 miod Exp $ */ /* $NetBSD: bsd_fdintr.s,v 1.11 1997/04/07 21:00:36 pk Exp $ */ /* @@ -49,7 +49,7 @@ or %l6, IE_L4, %l6; \ stb %l6, [%l5 + %lo(INTRREG_VA)] -! raise(0,IPL_AUSOFT) ! NOTE: CPU#0 and IPL_AUSOFT=4 +! raise(0,IPL_FDSOFT) ! NOTE: CPU#0 and IPL_FDSOFT=4 #define FD_SET_SWINTR_4M \ sethi %hi(1 << (16 + 4)), %l5; \ set ICR_PI_SET, %l6; \ |