Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/powerpc/include/ibm4xx
Module Name: src
Committed By: hannken
Date: Sat Dec 31 14:07:32 UTC 2005
Modified Files:
src/sys/arch/powerpc/include/ibm4xx: ibm4xx_intr.h
Log Message:
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@localhost>
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index