From ee5f5b4c5a2e750d02ead3310bba09341c7612bc Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 12 Aug 2010 19:27:28 -0700 Subject: [PATCH] test: Remove #undef so it can be overridden in CFLAGS --- orc-test/orcprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc-test/orcprofile.c b/orc-test/orcprofile.c index 559b174..85de41b 100644 --- a/orc-test/orcprofile.c +++ b/orc-test/orcprofile.c @@ -40,7 +40,7 @@ #include /* not used because it requires a kernel patch */ -#undef USE_CORTEX_A8_COUNTER +/* #undef USE_CORTEX_A8_COUNTER */ /** * SECTION:orcprofile -- 2.7.4