diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-02-03 19:35:20 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-02-03 19:35:20 -0500 |
commit | 117483ad7afd8689a5181c0d5d300d1f16774aa5 (patch) | |
tree | 4edf1144bdce24290087393496e14165ab1463a3 /litmus/Makefile | |
parent | f02734c2230e809260405f610f1218eaddf92396 (diff) |
Add virtual LITMUS^RT control device.
This device only supports mmap()'ing a single page.
This page is shared RW between the kernel and userspace.
It is inteded to allow near-zero-overhead communication
between the kernel and userspace. It's first use will be a
proper implementation of user-signaled
non-preemptable section support.
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index 3b3f1af8d5b4..ff4eb8a7b6c4 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -11,6 +11,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
11 | srp.o \ | 11 | srp.o \ |
12 | fmlp.o \ | 12 | fmlp.o \ |
13 | bheap.o \ | 13 | bheap.o \ |
14 | ctrldev.o \ | ||
14 | sched_gsn_edf.o \ | 15 | sched_gsn_edf.o \ |
15 | sched_psn_edf.o \ | 16 | sched_psn_edf.o \ |
16 | sched_pfair.o | 17 | sched_pfair.o |