update
[lttv.git] / markers-test / test-mark-speed-opt.c
index a541b51a3022f9f641ecdc2d11c258bd293c3fab..884d5554af497bce4d3d1427a6f8a7bf9e55b2dd 100644 (file)
@@ -51,8 +51,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.030262 seconds and 4 git commands to generate.