update
[lttv.git] / markers-test / test-mark-speed.c
index 2c585b607acf954ccc911ff7c7e1cb8885a280be..dcea38e0f5fd1b9f8dc396db79d4ae33f37da659 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.022598 seconds and 4 git commands to generate.