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/litmus/trace.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/litmus/trace.h')
-rw-r--r-- | include/litmus/trace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h index f10d8a0311cc..6410ab91f42d 100644 --- a/include/litmus/trace.h +++ b/include/litmus/trace.h | |||
@@ -160,11 +160,6 @@ feather_callback void save_timestamp_hide_irq(unsigned long event); | |||
160 | #define TS_NV_RELEASE_BOTISR_END TIMESTAMP(205) | 160 | #define TS_NV_RELEASE_BOTISR_END TIMESTAMP(205) |
161 | #endif | 161 | #endif |
162 | 162 | ||
163 | #ifdef CONFIG_LITMUS_PAI_SOFTIRQD | ||
164 | #define TS_NV_SCHED_BOTISR_START TIMESTAMP(206) | ||
165 | #define TS_NV_SCHED_BOTISR_END TIMESTAMP(207) | ||
166 | #endif | ||
167 | |||
168 | #define TS_RELEASE_LATENCY(when) LTIMESTAMP(208, &(when)) | 163 | #define TS_RELEASE_LATENCY(when) LTIMESTAMP(208, &(when)) |
169 | 164 | ||
170 | #define TS_UPDATE_GPU_EST_START TIMESTAMP(210) | 165 | #define TS_UPDATE_GPU_EST_START TIMESTAMP(210) |