[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-awn2658267slejnebyrlns86@git.kernel.org>
Date: Sun, 22 Mar 2015 03:06:35 -0700
From: tip-bot for Jiri Olsa <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, paulus@...ba.org,
david.ahern@...cle.com, hpa@...or.com, tglx@...utronix.de,
mingo@...nel.org, namhyung@...nel.org, jolsa@...nel.org,
peterz@...radead.org, cjashfor@...ux.vnet.ibm.com, acme@...hat.com
Subject: [tip:perf/core] perf build:
Fix pthread-attr-setaffinity-np include in test-all
Commit-ID: c59a14241387f7a66723f9ee6901cb638d665777
Gitweb: http://git.kernel.org/tip/c59a14241387f7a66723f9ee6901cb638d665777
Author: Jiri Olsa <jolsa@...nel.org>
AuthorDate: Wed, 11 Mar 2015 09:02:00 +0100
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 18 Mar 2015 15:03:25 -0300
perf build: Fix pthread-attr-setaffinity-np include in test-all
The test-all fails to build due to type in pthread-attr-setaffinity-np
include.
Signed-off-by: Jiri Olsa <jolsa@...nel.org>
Cc: Corey Ashford <cjashfor@...ux.vnet.ibm.com>
Cc: David Ahern <david.ahern@...cle.com>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Paul Mackerras <paulus@...ba.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Link: http://lkml.kernel.org/n/tip-awn2658267slejnebyrlns86@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/config/feature-checks/test-all.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/config/feature-checks/test-all.c b/tools/perf/config/feature-checks/test-all.c
index 06f5c8a..a61c204 100644
--- a/tools/perf/config/feature-checks/test-all.c
+++ b/tools/perf/config/feature-checks/test-all.c
@@ -98,7 +98,7 @@
#undef main
#define main main_test_pthread_attr_setaffinity_np
-# include "test-pthread_attr_setaffinity_np.c"
+# include "test-pthread-attr-setaffinity-np.c"
#undef main
# if 0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists