update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:19:32 +0000 (05:19 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 8 Apr 2008 05:19:32 +0000 (05:19 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2877 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 f3a99837891a0aff968c53cae78c51b17e5b7610..2aeab6e2a9347ac80cc8f59dd28788ab9802dde9 100644 (file)
@@ -85,7 +85,7 @@ struct proc_dir_entry *pentry = NULL;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
-       int temp[5];
+       register int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index abeddabc98669dfeca99ff0fdf02c48e688e9fd4..caaf907e889405f167688e709150deca8d6a7bdb 100644 (file)
@@ -74,7 +74,7 @@ struct proc_dir_entry *pentry = NULL;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
-       int temp[5];
+       register int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index 249ae5662c070ced8668b1a7b17c4f2e3c048399..e0bb5fd47163bea0e2f42eef547bdbfe3501133f 100644 (file)
@@ -83,7 +83,7 @@ struct proc_dir_entry *pentry = NULL;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
-       int temp[5];
+       register int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index c47ea64a584e14342d9bfc74d772e1b70706acca..d1f716b96f8e50d333386dbeb433c98aac31de09 100644 (file)
@@ -73,7 +73,7 @@ struct proc_dir_entry *pentry = NULL;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
-       int temp[5];
+       register int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
index a4c2675bf0b283ba5bd5b888575915fb166e7764..6658e645795418933e128db036f3fdfc9f0d668d 100644 (file)
@@ -73,7 +73,7 @@ struct proc_dir_entry *pentry = NULL;
 
 static inline void test(unsigned long arg, unsigned long arg2)
 {
-       int temp[5];
+       register int temp[5];
 #ifdef CACHEFLUSH
        pmc_flush_cache();
 #endif
This page took 0.026391 seconds and 4 git commands to generate.