aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--litmus/litmus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c
index ed8e4127207e..971402589f82 100644
--- a/litmus/litmus.c
+++ b/litmus/litmus.c
@@ -57,9 +57,9 @@ void release_heap_free(struct release_heap* rh);
57 57
58/** 58/**
59 * Get the quantum alignment as a cmdline option. 59 * Get the quantum alignment as a cmdline option.
60 * Default is staggered quanta, as this results in lower overheads. 60 * Default is aligned quanta..
61 */ 61 */
62static bool aligned_quanta = 0; 62static bool aligned_quanta = 1;
63module_param(aligned_quanta, bool, 0644); 63module_param(aligned_quanta, bool, 0644);
64 64
65u64 cpu_stagger_offset(int cpu) 65u64 cpu_stagger_offset(int cpu)