diff options
Diffstat (limited to 'litmus/kfmlp_lock.c')
-rw-r--r-- | litmus/kfmlp_lock.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/litmus/kfmlp_lock.c b/litmus/kfmlp_lock.c index ab472330095d..785a095275e6 100644 --- a/litmus/kfmlp_lock.c +++ b/litmus/kfmlp_lock.c | |||
@@ -587,11 +587,11 @@ static struct affinity_observer* kfmlp_aff_obs_new(struct affinity_observer_ops* | |||
587 | return(NULL); | 587 | return(NULL); |
588 | } | 588 | } |
589 | 589 | ||
590 | if(aff_args.nr_simult_users > NV_MAX_SIMULT_USERS) { | 590 | // if(aff_args.nr_simult_users > NV_MAX_SIMULT_USERS) { |
591 | TRACE_CUR("System does not support #simult_users > %d. %d requested.\n", | 591 | // TRACE_CUR("System does not support #simult_users > %d. %d requested.\n", |
592 | NV_MAX_SIMULT_USERS, aff_args.nr_simult_users); | 592 | // NV_MAX_SIMULT_USERS, aff_args.nr_simult_users); |
593 | // return(NULL); | 593 | //// return(NULL); |
594 | } | 594 | // } |
595 | 595 | ||
596 | kfmlp_aff = kmalloc(sizeof(*kfmlp_aff), GFP_KERNEL); | 596 | kfmlp_aff = kmalloc(sizeof(*kfmlp_aff), GFP_KERNEL); |
597 | if(!kfmlp_aff) { | 597 | if(!kfmlp_aff) { |
@@ -829,6 +829,7 @@ void gpu_kfmlp_notify_acquired(struct kfmlp_affinity* aff, struct kfmlp_queue* f | |||
829 | 829 | ||
830 | reg_nv_device(gpu, 1, t); // register | 830 | reg_nv_device(gpu, 1, t); // register |
831 | 831 | ||
832 | |||
832 | tsk_rt(t)->suspend_gpu_tracker_on_block = 0; | 833 | tsk_rt(t)->suspend_gpu_tracker_on_block = 0; |
833 | reset_gpu_tracker(t); | 834 | reset_gpu_tracker(t); |
834 | start_gpu_tracker(t); | 835 | start_gpu_tracker(t); |