aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 16:09:04 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 16:09:04 -0500
commit3d1c6d44d3f133909d1c594351c2b7c779b1d7d4 (patch)
tree744d95a5bfa7890fac16e759d5844f23420485d8 /kernel/softirq.c
parentf5264e2cb8213dad425cb2d2db564edbc443a51a (diff)
Some cleanup of PAIwip-pai
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r--kernel/softirq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c
index d3217c54d2bf..7a6f500570f1 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -439,6 +439,7 @@ void __tasklet_schedule(struct tasklet_struct *t)
439 439
440 t->owner = device_owner; 440 t->owner = device_owner;
441 sched_trace_tasklet_release(t->owner); 441 sched_trace_tasklet_release(t->owner);
442
442 if(likely(_litmus_tasklet_schedule(t,nvidia_device))) 443 if(likely(_litmus_tasklet_schedule(t,nvidia_device)))
443 { 444 {
444 unlock_nv_registry(nvidia_device, &flags); 445 unlock_nv_registry(nvidia_device, &flags);