diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-23 09:30:22 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-23 09:30:22 -0400 |
| commit | 83d29b3352ab9de77b3324ecaff3435dc02f504b (patch) | |
| tree | f0d183dbc40d135c254e16c8df2116bf6353423b /include | |
| parent | f957276cf4ee163f74b669f81c5fc10c6f517f44 (diff) | |
litmus proc: add release_master interface
Let user space set which CPU should handle releases. It is up
to plugins to make use of this information.
Diffstat (limited to 'include')
| -rw-r--r-- | include/litmus/litmus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index 590b63ed24..1b99049eb1 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h | |||
| @@ -9,8 +9,7 @@ | |||
| 9 | #include <linux/jiffies.h> | 9 | #include <linux/jiffies.h> |
| 10 | #include <litmus/sched_trace.h> | 10 | #include <litmus/sched_trace.h> |
| 11 | 11 | ||
| 12 | /* RT mode start time */ | 12 | extern atomic_t release_master_cpu; |
| 13 | extern volatile unsigned long rt_start_time; | ||
| 14 | 13 | ||
| 15 | extern atomic_t __log_seq_no; | 14 | extern atomic_t __log_seq_no; |
| 16 | 15 | ||
