aboutsummaryrefslogtreecommitdiffstats
path: root/module/splat/splat-atomic.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/splat/splat-atomic.c')
-rw-r--r--module/splat/splat-atomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/splat/splat-atomic.c b/module/splat/splat-atomic.c
index e94f42f00..999f4f058 100644
--- a/module/splat/splat-atomic.c
+++ b/module/splat/splat-atomic.c
@@ -156,7 +156,7 @@ splat_atomic_test1(struct file *file, void *arg)
thr = (kthread_t *)thread_create(NULL, 0, splat_atomic_work,
&ap, 0, &p0, TS_RUN,
- minclsyspri);
+ defclsyspri);
if (thr == NULL) {
rc = -ESRCH;
mutex_exit(&ap.ap_lock);