lkml.org 
[lkml]   [2015]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 18/18] perf bench numa: Share sched_getcpu() __weak def with cloexec.c
    Date
    From: Arnaldo Carvalho de Melo <acme@redhat.com>

    We really should move the sched_getcpu() to some more suitable place,
    but this one-liner fixes this build problem on ancient distros like
    RHEL5.

    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Borislav Petkov <bp@suse.de>
    Cc: David Ahern <dsahern@gmail.com>
    Cc: Don Zickus <dzickus@redhat.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Jiri Olsa <jolsa@redhat.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Stephane Eranian <eranian@google.com>
    Cc: Vinson Lee <vlee@twitter.com>
    Link: http://lkml.kernel.org/n/tip-5yqg4p11f9uii6yremz3r35v@git.kernel.org
    Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
    ---
    tools/perf/bench/numa.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/tools/perf/bench/numa.c b/tools/perf/bench/numa.c
    index e2415f40343a..870b7e665a20 100644
    --- a/tools/perf/bench/numa.c
    +++ b/tools/perf/bench/numa.c
    @@ -8,6 +8,7 @@
    #include "../builtin.h"
    #include "../util/util.h"
    #include "../util/parse-options.h"
    +#include "../util/cloexec.h"

    #include "bench.h"

    --
    2.1.0


    \
     
     \ /
      Last update: 2015-05-18 18:21    [W:4.307 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site