From: compudj Date: Mon, 29 May 2006 13:49:32 +0000 (+0000) Subject: update makefile X-Git-Tag: v0.12.20~1621 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=38b8d96b3bf1e47cd8ffd0aede693d883583fcf6;p=lttv.git update makefile git-svn-id: http://ltt.polymtl.ca/svn@1868 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/tests/kernel/test-cmpxchg.c b/tests/kernel/test-cmpxchg.c index 77eafaf0..da7f515a 100644 --- a/tests/kernel/test-cmpxchg.c +++ b/tests/kernel/test-cmpxchg.c @@ -16,7 +16,7 @@ volatile int test_val = 100; -static void do_test(void) +static inline void do_test(void) { int val, ret; @@ -25,7 +25,7 @@ static void do_test(void) ret = cmpxchg(&test_val, val, val+1); } -void (*fct)(void) = do_test; +//void (*fct)(void) = do_test; static int ltt_test_init(void) {