From ef8a59e11d2dc7bbde5c006caee5e07b6d85fa65 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 8 Apr 2008 05:14:40 +0000 Subject: [PATCH] update git-svn-id: http://ltt.polymtl.ca/svn@2876 04897980-b3bd-0310-b5e0-8ef037075253 --- markers-test/test-mark-speed-edit.c | 5 +---- markers-test/test-mark-speed-empty.c | 5 +---- markers-test/test-mark-speed-local.c | 5 +---- markers-test/test-mark-speed-opt.c | 5 +---- markers-test/test-mark-speed.c | 5 +---- 5 files changed, 5 insertions(+), 20 deletions(-) diff --git a/markers-test/test-mark-speed-edit.c b/markers-test/test-mark-speed-edit.c index ebae25d2..f3a99837 100644 --- a/markers-test/test-mark-speed-edit.c +++ b/markers-test/test-mark-speed-edit.c @@ -83,12 +83,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; -char temp0[8192]; -int temp[8192] __cacheline_aligned; -char temp5[8192]; - static inline void test(unsigned long arg, unsigned long arg2) { + int temp[5]; #ifdef CACHEFLUSH pmc_flush_cache(); #endif diff --git a/markers-test/test-mark-speed-empty.c b/markers-test/test-mark-speed-empty.c index a247cacb..abeddabc 100644 --- a/markers-test/test-mark-speed-empty.c +++ b/markers-test/test-mark-speed-empty.c @@ -72,12 +72,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; -char temp0[8192]; -int temp[8192] __cacheline_aligned; -char temp5[8192]; - static inline void test(unsigned long arg, unsigned long arg2) { + int temp[5]; #ifdef CACHEFLUSH pmc_flush_cache(); #endif diff --git a/markers-test/test-mark-speed-local.c b/markers-test/test-mark-speed-local.c index 552afcea..249ae566 100644 --- a/markers-test/test-mark-speed-local.c +++ b/markers-test/test-mark-speed-local.c @@ -81,12 +81,9 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; -char temp0[8192]; -int temp[8192] __cacheline_aligned; -char temp5[8192]; - static inline void test(unsigned long arg, unsigned long arg2) { + int temp[5]; #ifdef CACHEFLUSH pmc_flush_cache(); #endif diff --git a/markers-test/test-mark-speed-opt.c b/markers-test/test-mark-speed-opt.c index 231285d1..c47ea64a 100644 --- a/markers-test/test-mark-speed-opt.c +++ b/markers-test/test-mark-speed-opt.c @@ -71,12 +71,9 @@ static void noinline test2(const struct marker *mdata, struct proc_dir_entry *pentry = NULL; -char temp0[8192]; -int temp[8192] __cacheline_aligned; -char temp5[8192]; - static inline void test(unsigned long arg, unsigned long arg2) { + int temp[5]; #ifdef CACHEFLUSH pmc_flush_cache(); #endif diff --git a/markers-test/test-mark-speed.c b/markers-test/test-mark-speed.c index bd798b8e..a4c2675b 100644 --- a/markers-test/test-mark-speed.c +++ b/markers-test/test-mark-speed.c @@ -71,12 +71,9 @@ static void noinline test2(const struct marker *mdata, //asm volatile (""); struct proc_dir_entry *pentry = NULL; -char temp0[8192]; -int temp[8192] __cacheline_aligned; -char temp5[8192]; - static inline void test(unsigned long arg, unsigned long arg2) { + int temp[5]; #ifdef CACHEFLUSH pmc_flush_cache(); #endif -- 2.34.1