Fix breakage from last commit- macro was broken. I appreciate the
committer's fixing things for alpha, but I sure wish they could have compiled on one!
This commit is contained in:
parent
c0927dd219
commit
be13abf9a0
@ -73,9 +73,9 @@ static __inline int name(void) \
|
||||
} \
|
||||
\
|
||||
static __inline int \
|
||||
is_##name(void) \
|
||||
is_##name(void) \
|
||||
{ \
|
||||
return (getcpl() >= ALPHA_PSL_IP_L##pri); \
|
||||
return (getcpl() >= ALPHA_PSL_IPL_##pri); \
|
||||
}
|
||||
|
||||
SPLUP(splsoftcam, SOFT)
|
||||
|
Loading…
Reference in New Issue
Block a user