diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-19 03:11:22 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-19 03:11:22 -0400 |
commit | b3515bc01961266077b0892c86866f83df45f2c9 (patch) | |
tree | 3bef187a1d6b427a70b2222a5a4c5ee7da0e116c /litmus/litmus.c | |
parent | 50e135f239c574d04e92e55255680c0504ec460f (diff) |
Disabled release master work.
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index 654815a124b4..23c09a2e58b0 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -46,10 +46,8 @@ atomic_t cannot_use_plugin = ATOMIC_INIT(0); | |||
46 | /* Give log messages sequential IDs. */ | 46 | /* Give log messages sequential IDs. */ |
47 | atomic_t __log_seq_no = ATOMIC_INIT(0); | 47 | atomic_t __log_seq_no = ATOMIC_INIT(0); |
48 | 48 | ||
49 | #ifdef CONFIG_RELEASE_MASTER | ||
50 | /* current master CPU for handling timer IRQs */ | 49 | /* current master CPU for handling timer IRQs */ |
51 | atomic_t release_master_cpu = ATOMIC_INIT(NO_CPU); | 50 | atomic_t release_master_cpu = ATOMIC_INIT(NO_CPU); |
52 | #endif | ||
53 | 51 | ||
54 | static struct kmem_cache *bheap_node_cache; | 52 | static struct kmem_cache *bheap_node_cache; |
55 | extern struct kmem_cache *release_heap_cache; | 53 | extern struct kmem_cache *release_heap_cache; |