diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-01-11 14:37:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-01-11 14:37:13 -0500 |
commit | 5d7dcfa10ea0dd283773a301e3ce610a7797d582 (patch) | |
tree | 7f7a57ac940e7fe1f538cdd771a954d4fb28f8c0 /kernel/workqueue.c | |
parent | 3d5537c160c1484e8d562b9828baf679cc53f67a (diff) |
PAI implementation, C-RM, C-FIFO.
Diffstat (limited to 'kernel/workqueue.c')
-rw-r--r-- | kernel/workqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 8139208eaee1..637cadac2627 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
@@ -2531,7 +2531,7 @@ EXPORT_SYMBOL(cancel_delayed_work_sync); | |||
2531 | */ | 2531 | */ |
2532 | int schedule_work(struct work_struct *work) | 2532 | int schedule_work(struct work_struct *work) |
2533 | { | 2533 | { |
2534 | #ifdef CONFIG_LITMUS_NVIDIA | 2534 | #if defined(CONFIG_LITMUS_NVIDIA) && defined(CONFIG_LITMUS_SOFTIRQD) |
2535 | if(is_nvidia_func(work->func)) | 2535 | if(is_nvidia_func(work->func)) |
2536 | { | 2536 | { |
2537 | u32 nvidiaDevice = get_work_nv_device_num(work); | 2537 | u32 nvidiaDevice = get_work_nv_device_num(work); |