Fix a typo introduced in revision 1.8:

-     #define splraiseipl(x)  splraise(x)
    +     #define splraiseipl(x)  splraise(imask[x])

Approved by: YAMAMOTO Takashi <yamt@netbsd.org>
This commit is contained in:
hannken 2005-12-31 14:07:32 +00:00
parent 7d89e7d9e9
commit 3bb1c71f4a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibm4xx_intr.h,v 1.10 2005/12/24 23:24:01 perry Exp $ */
/* $NetBSD: ibm4xx_intr.h,v 1.11 2005/12/31 14:07:32 hannken Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -182,7 +182,7 @@ set_sint(pending)
#define spllowersoftclock() spllower(imask[IPL_SOFTCLOCK])
#define splraiseipl(x) splraise(x)
#define splraiseipl(x) splraise(imask[x])
#include <sys/spl.h>