diff options
Diffstat (limited to 'kernel/slow-work.h')
-rw-r--r-- | kernel/slow-work.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/slow-work.h b/kernel/slow-work.h index 3c2f007f3ad6..321f3c59d732 100644 --- a/kernel/slow-work.h +++ b/kernel/slow-work.h | |||
@@ -19,7 +19,7 @@ | |||
19 | /* | 19 | /* |
20 | * slow-work.c | 20 | * slow-work.c |
21 | */ | 21 | */ |
22 | #ifdef CONFIG_SLOW_WORK_PROC | 22 | #ifdef CONFIG_SLOW_WORK_DEBUG |
23 | extern struct slow_work *slow_work_execs[]; | 23 | extern struct slow_work *slow_work_execs[]; |
24 | extern pid_t slow_work_pids[]; | 24 | extern pid_t slow_work_pids[]; |
25 | extern rwlock_t slow_work_execs_lock; | 25 | extern rwlock_t slow_work_execs_lock; |
@@ -30,9 +30,9 @@ extern struct list_head vslow_work_queue; | |||
30 | extern spinlock_t slow_work_queue_lock; | 30 | extern spinlock_t slow_work_queue_lock; |
31 | 31 | ||
32 | /* | 32 | /* |
33 | * slow-work-proc.c | 33 | * slow-work-debugfs.c |
34 | */ | 34 | */ |
35 | #ifdef CONFIG_SLOW_WORK_PROC | 35 | #ifdef CONFIG_SLOW_WORK_DEBUG |
36 | extern const struct file_operations slow_work_runqueue_fops; | 36 | extern const struct file_operations slow_work_runqueue_fops; |
37 | 37 | ||
38 | extern void slow_work_new_thread_desc(struct slow_work *, struct seq_file *); | 38 | extern void slow_work_new_thread_desc(struct slow_work *, struct seq_file *); |