diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-08-31 11:10:33 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-08-31 11:10:33 -0400 |
commit | 00c173dc87b14b8422cea2aa129a2fc99689a05d (patch) | |
tree | b23cbc6bffe602d29c0565d8e83741f0546b3111 /kernel | |
parent | a463f9a9e04385f0729f7435a0a6dff7d89b25de (diff) |
enable migration tracing and short-cut interrupts
Diffstat (limited to 'kernel')
-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 5ce271675662..b013046e8c36 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -445,7 +445,7 @@ void __tasklet_schedule(struct tasklet_struct *t) | |||
445 | #ifdef CONFIG_LITMUS_NVIDIA | 445 | #ifdef CONFIG_LITMUS_NVIDIA |
446 | if(is_nvidia_func(t->func)) | 446 | if(is_nvidia_func(t->func)) |
447 | { | 447 | { |
448 | #if 0 | 448 | #if 1 |
449 | // do nvidia tasklets right away and return | 449 | // do nvidia tasklets right away and return |
450 | if(__do_nv_now(t)) | 450 | if(__do_nv_now(t)) |
451 | return; | 451 | return; |