Re: [PATCH] perf: builtin-trace.c: check if MAP_32BIT is defined

2013-09-05 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 05, 2013 at 10:29:47AM -0400, Kyle McMartin escreveu: > From: Kyle McMartin > > MAP_32BIT is defined only on x86... this means perf fails to build on > all other platforms. > > Signed-off-by: Kyle McMartin Thanks, applying. - Arnaldo -- To unsubscribe from this list: send the

[PATCH] perf: builtin-trace.c: check if MAP_32BIT is defined

2013-09-05 Thread Kyle McMartin
From: Kyle McMartin MAP_32BIT is defined only on x86... this means perf fails to build on all other platforms. Signed-off-by: Kyle McMartin --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -100,7 +100,9 @@ static size_t syscall_arg__scnprintf_mmap_flags(char *bf, size_t

[PATCH] perf: builtin-trace.c: check if MAP_32BIT is defined

2013-09-05 Thread Kyle McMartin
From: Kyle McMartin k...@redhat.com MAP_32BIT is defined only on x86... this means perf fails to build on all other platforms. Signed-off-by: Kyle McMartin k...@redhat.com --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -100,7 +100,9 @@ static size_t

Re: [PATCH] perf: builtin-trace.c: check if MAP_32BIT is defined

2013-09-05 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 05, 2013 at 10:29:47AM -0400, Kyle McMartin escreveu: From: Kyle McMartin k...@redhat.com MAP_32BIT is defined only on x86... this means perf fails to build on all other platforms. Signed-off-by: Kyle McMartin k...@redhat.com Thanks, applying. - Arnaldo -- To unsubscribe from