Re: [tip:perf/urgent] perf tools: Fix pthread_attr_setaffinity_np build error

2015-03-01 Thread Ingo Molnar
* tip-bot for Adrian Hunter wrote: > --- a/tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c > +++ b/tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c > @@ -5,10 +5,11 @@ int main(void) > { > int ret = 0; > pthread_attr_t thread_attr; > + cpu_

[tip:perf/urgent] perf tools: Fix pthread_attr_setaffinity_np build error

2015-03-01 Thread tip-bot for Adrian Hunter
Commit-ID: 95a09cfa3cdf94231ce511f1697754482b918d39 Gitweb: http://git.kernel.org/tip/95a09cfa3cdf94231ce511f1697754482b918d39 Author: Adrian Hunter AuthorDate: Tue, 24 Feb 2015 12:46:06 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 25 Feb 2015 12:18:03 -0300 perf tools: F