update
[lttv.git] / markers-test / test-mark-speed-empty.c
index 226ba9cd852fdc512e1c1e0d6dff81261df40a97..296ba88cef482925d94f9a23452fa218810981b7 100644 (file)
@@ -52,8 +52,9 @@ static void noinline test2(const struct marker *mdata,
        //asm volatile ("");
 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.023854 seconds and 4 git commands to generate.