diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 487751604300..accc85197c49 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -58,7 +58,7 @@ static DEFINE_PER_CPU(struct task_struct *, ksoftirqd); | |||
58 | * to the pending events, so lets the scheduler to balance | 58 | * to the pending events, so lets the scheduler to balance |
59 | * the softirq load for us. | 59 | * the softirq load for us. |
60 | */ | 60 | */ |
61 | static inline void wakeup_softirqd(void) | 61 | void wakeup_softirqd(void) |
62 | { | 62 | { |
63 | /* Interrupts are disabled: no need to stop preemption */ | 63 | /* Interrupts are disabled: no need to stop preemption */ |
64 | struct task_struct *tsk = __get_cpu_var(ksoftirqd); | 64 | struct task_struct *tsk = __get_cpu_var(ksoftirqd); |