diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-15 18:06:04 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-15 18:06:04 -0400 |
commit | f4aef3b7d845324eb79a226d87f232dcd8867f3b (patch) | |
tree | 685ca7ad02944ee055dbe43f2eab48fccfab2717 /kernel/softirq.c | |
parent | 786d383a58108ad3437a38d0e2583859cb94a4ee (diff) |
Update PAI to support multiGPUs (todo: klitirqd)
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 7c562558a863..1c42e08fdfaa 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -427,7 +427,7 @@ void __tasklet_schedule(struct tasklet_struct *t) | |||
427 | 427 | ||
428 | lock_nv_registry(nvidia_device, &flags); | 428 | lock_nv_registry(nvidia_device, &flags); |
429 | 429 | ||
430 | device_owner = get_nv_device_owner(nvidia_device); | 430 | device_owner = get_nv_max_device_owner(nvidia_device); |
431 | 431 | ||
432 | if(device_owner==NULL) | 432 | if(device_owner==NULL) |
433 | { | 433 | { |
@@ -497,7 +497,7 @@ void __tasklet_hi_schedule(struct tasklet_struct *t) | |||
497 | 497 | ||
498 | lock_nv_registry(nvidia_device, &flags); | 498 | lock_nv_registry(nvidia_device, &flags); |
499 | 499 | ||
500 | device_owner = get_nv_device_owner(nvidia_device); | 500 | device_owner = get_nv_max_device_owner(nvidia_device); |
501 | 501 | ||
502 | if(device_owner==NULL) | 502 | if(device_owner==NULL) |
503 | { | 503 | { |
@@ -564,7 +564,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t) | |||
564 | 564 | ||
565 | lock_nv_registry(nvidia_device, &flags); | 565 | lock_nv_registry(nvidia_device, &flags); |
566 | 566 | ||
567 | device_owner = get_nv_device_owner(nvidia_device); | 567 | device_owner = get_nv_max_device_owner(nvidia_device); |
568 | 568 | ||
569 | if(device_owner==NULL) | 569 | if(device_owner==NULL) |
570 | { | 570 | { |