diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index be4b8fab3637..ae77c5c1d17e 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -35,6 +35,7 @@ | |||
35 | 35 | ||
36 | #ifdef CONFIG_LITMUS_NVIDIA | 36 | #ifdef CONFIG_LITMUS_NVIDIA |
37 | #include <litmus/nvidia_info.h> | 37 | #include <litmus/nvidia_info.h> |
38 | #include <litmus/trace.h> | ||
38 | #endif | 39 | #endif |
39 | 40 | ||
40 | /* | 41 | /* |
@@ -441,6 +442,9 @@ void __tasklet_schedule(struct tasklet_struct *t) | |||
441 | if(likely(_litmus_tasklet_schedule(t,nvidia_device))) | 442 | if(likely(_litmus_tasklet_schedule(t,nvidia_device))) |
442 | { | 443 | { |
443 | unlock_nv_registry(nvidia_device, &flags); | 444 | unlock_nv_registry(nvidia_device, &flags); |
445 | |||
446 | TS_NV_RELEASE_BOTISR_END; | ||
447 | |||
444 | return; | 448 | return; |
445 | } | 449 | } |
446 | else | 450 | else |