Minor improvement to taskq handling. This is a small step towards

dynamic taskqs which still need to be fully implemented.


git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@87 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
behlendo
2008-04-23 21:19:47 +00:00
parent 18c9eadf97
commit 6e605b6e58
2 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ do { \
do { \
if (unlikely(!(cond))) { \
printk(KERN_ERR "ASSERTION(" #cond ") failed"); \
SBUG(); \
BUG(); \
} \
} while (0)