diff options
author | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-05-28 23:12:39 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@bbb1-cs.cs.unc.edu> | 2007-05-28 23:12:39 -0400 |
commit | 78086dca5ab61e4621cf590fcbaf08bd7f1b7c11 (patch) | |
tree | 6bdb6b8ade19d7240c94059f49a87c3688322bfc | |
parent | 9be1df401ae7f17038b6db6a6e48e5b1bb3a6ffa (diff) |
Removed unwanted file
-rw-r--r-- | litmus.diffstat | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/litmus.diffstat b/litmus.diffstat deleted file mode 100644 index 9e5a222..0000000 --- a/litmus.diffstat +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | arch/i386/Kconfig | 28 + | ||
2 | arch/i386/kernel/apic.c | 92 ++ | ||
3 | arch/i386/kernel/i386_ksyms.c | 1 + | ||
4 | arch/i386/kernel/syscall_table.S | 25 + | ||
5 | include/asm-i386/semaphore.h | 1 + | ||
6 | include/asm-i386/unistd.h | 28 +- | ||
7 | include/linux/edf_common.h | 77 ++ | ||
8 | include/linux/feather_buffer.h | 108 +++ | ||
9 | include/linux/feather_trace.h | 93 ++ | ||
10 | include/linux/fifo_common.h | 33 + | ||
11 | include/linux/litmus.h | 124 +++ | ||
12 | include/linux/pfair_common.h | 40 + | ||
13 | include/linux/pfair_math.h | 77 ++ | ||
14 | include/linux/queuelock.h | 98 ++ | ||
15 | include/linux/rt_param.h | 174 ++++ | ||
16 | include/linux/sched.h | 10 + | ||
17 | include/linux/sched_plugin.h | 168 ++++ | ||
18 | include/linux/sched_trace.h | 150 ++++ | ||
19 | include/linux/trace.h | 74 ++ | ||
20 | include/linux/wait.h | 2 + | ||
21 | kernel/Makefile | 7 +- | ||
22 | kernel/edf_common.c | 299 +++++++ | ||
23 | kernel/fifo_common.c | 118 +++ | ||
24 | kernel/fork.c | 6 + | ||
25 | kernel/ft_event.c | 104 +++ | ||
26 | kernel/litmus.c | 523 +++++++++++ | ||
27 | kernel/litmus_sem.c | 755 ++++++++++++++++ | ||
28 | kernel/pfair_common.c | 241 +++++ | ||
29 | kernel/sched.c | 187 ++++- | ||
30 | kernel/sched_edf_hsb.c | 1802 ++++++++++++++++++++++++++++++++++++++ | ||
31 | kernel/sched_global_edf.c | 565 ++++++++++++ | ||
32 | kernel/sched_gsn_edf.c | 760 ++++++++++++++++ | ||
33 | kernel/sched_part_edf.c | 345 ++++++++ | ||
34 | kernel/sched_pfair.c | 507 +++++++++++ | ||
35 | kernel/sched_plugin.c | 172 ++++ | ||
36 | kernel/sched_psn_edf.c | 531 +++++++++++ | ||
37 | kernel/sched_trace.c | 725 +++++++++++++++ | ||
38 | kernel/timer.c | 22 + | ||
39 | kernel/trace.c | 257 ++++++ | ||
40 | lib/semaphore-sleepers.c | 2 +- | ||
41 | 40 files changed, 9305 insertions(+), 26 deletions(-) | ||