update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 02:36:15 +0000 (02:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 02:36:15 +0000 (02:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2860 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 de0200942193a1b31bc0fecd22a41cc3cf3473cd..d292e0a6d4096612c505a96252a387a0ebc00c68 100644 (file)
@@ -63,6 +63,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 int temp __cacheline_aligned = 10;
+int temp2 __cacheline_aligned = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
index 8eb329bb397d406dec4a0b9c018d9b8d0e71546b..5a461c47a98c04a3924c8487284dc7197908b459 100644 (file)
@@ -53,6 +53,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 int temp __cacheline_aligned = 10;
+int temp2 __cacheline_aligned = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
index 8ba5bf1aed939c5b0bbf13ace81d46fa6314b56f..604e123131f204800583829fcd50e9f6ffacf235 100644 (file)
@@ -62,6 +62,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 int temp __cacheline_aligned = 10;
+int temp2 __cacheline_aligned = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
index 1c93f1fd76c1f699700c5c0d945b0e4804c1e304..d36d18bc21f1d6bb5066bb5a2fddfba001453402 100644 (file)
@@ -52,6 +52,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 int temp __cacheline_aligned = 10;
+int temp2 __cacheline_aligned = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
index 0abbbe460c22023f7555cc0665613c845ea8b618..7509f3cec6026187beb5171451fea3c0b5fb0004 100644 (file)
@@ -53,6 +53,7 @@ static void noinline test2(const struct marker *mdata,
 struct proc_dir_entry *pentry = NULL;
 
 int temp __cacheline_aligned = 10;
+int temp2 __cacheline_aligned = 10;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
This page took 0.027508 seconds and 4 git commands to generate.