update
[lttv.git] / markers-test / test-mark-speed-local.c
index 71cd6b6fc0d0c6a39a31351e8ebb0b5cd4c37713..de219ccbf2dc2879161d0c21ed30c6af4a79690f 100644 (file)
@@ -61,8 +61,9 @@ static void noinline test2(const struct marker *mdata,
 
 struct proc_dir_entry *pentry = NULL;
 
+char temp0[8192];
 int temp __cacheline_aligned = 10;
-int temp2 __cacheline_aligned = 10;
+char temp2[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
This page took 0.025312 seconds and 4 git commands to generate.