diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2013-10-09 15:45:23 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2013-10-09 15:47:26 -0400 |
commit | 7fb54decc59fa5855cd273bfda908fd443a37e67 (patch) | |
tree | 5941c299884d77e9ecd6be7e4041d94f00e01ef0 /include/linux/interrupt.h | |
parent | b5b69edba68805ab2d4bdeae58fe783710111bfc (diff) |
Remove PAI support
Support for process-aware interrupt handling was broken
when the tasklet ownership model changed in GPUSync,
post-ECRTS12. We will want to re-add support later,
but remove it for now.
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index af52b5c497b9..7ffc79559866 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -502,7 +502,7 @@ struct tasklet_struct | |||
502 | void (*func)(unsigned long); | 502 | void (*func)(unsigned long); |
503 | unsigned long data; | 503 | unsigned long data; |
504 | #if 0 | 504 | #if 0 |
505 | #if defined(CONFIG_LITMUS_SOFTIRQD) || defined(CONFIG_LITMUS_PAI_SOFTIRQD) | 505 | #if defined(CONFIG_LITMUS_SOFTIRQD) |
506 | struct task_struct *owner; | 506 | struct task_struct *owner; |
507 | #endif | 507 | #endif |
508 | #endif | 508 | #endif |