update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 03:48:25 +0000 (03:48 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 03:48:25 +0000 (03:48 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2865 04897980-b3bd-0310-b5e0-8ef037075253

markers-test/test-mark-speed-edit.c
markers-test/test-mark-speed-empty.c
markers-test/test-mark-speed-local.c
markers-test/test-mark-speed-opt.c
markers-test/test-mark-speed.c

index 7f6d033469044b3d8280f4cd2dbab9c78bac6147..3c763e582b34195bf24ba0edd63cf6e0fb69a460 100644 (file)
@@ -62,8 +62,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)
 {
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)
 {
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)
 {
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)
 {
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.02666 seconds and 4 git commands to generate.