update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 04:38:50 +0000 (04:38 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 04:38:50 +0000 (04:38 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2870 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 b6ca499db1bd9ff715ed92de3742d729aac656f2..5e104563a1f4bd76ff4282e6de59d3c79b3554ac 100644 (file)
@@ -63,7 +63,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 char temp0[8192];
-int temp[8192];
+int temp[8192] __cacheline_aligned;
 char temp5[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
index e208a0a0caa01d5128b85281bea8a5364703803e..ceaac9da04616a66eca206e0da81f35cdc9d4c37 100644 (file)
@@ -53,7 +53,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 char temp0[8192];
-int temp[8192];
+int temp[8192] __cacheline_aligned;
 char temp5[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
index 2e32637e219f8b9005181f6c053dca57700a6d30..5bcbccb7b2ee1ea9c892142f75e5001628eec9da 100644 (file)
@@ -62,7 +62,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 char temp0[8192];
-int temp[8192];
+int temp[8192] __cacheline_aligned;
 char temp5[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
index 591656fa74737f5a18163fe71c63ea32218689d2..aa7c2ca6f667d06d68e64f83d5fedbc22e270466 100644 (file)
@@ -52,7 +52,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 char temp0[8192];
-int temp[8192];
+int temp[8192] __cacheline_aligned;
 char temp5[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
index bdaa56ce205583d0fc9dffa0162d28e809b4efaa..25f45a1a8df08a35586fbbc8614cf87e2bec2a28 100644 (file)
@@ -53,7 +53,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 char temp0[8192];
-int temp[8192];
+int temp[8192] __cacheline_aligned;
 char temp5[8192];
 
 static inline void test(unsigned long arg, unsigned long arg2)
This page took 0.025568 seconds and 4 git commands to generate.