Re: [PATCH] ftrace: filter: Match dot symbols when searching functions on ppc64.

From: Thiago Jung Bauermann
Date: Fri Apr 01 2016 - 17:28:18 EST


Am Samstag, 02 April 2016, 03:51:21 schrieb kbuild test robot:
> >> arch/powerpc/include/asm/ftrace.h:62:5: error: "CONFIG_PPC64" is not
> >> defined [-Werror=undef]
> #if CONFIG_PPC64 && (!defined(_CALL_ELF) || _CALL_ELF != 2)
> ^
> cc1: all warnings being treated as errors

I forgot to use defined() in the #if expression. Hereâs the fixed version.

--
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


---- 8< ---- 8< ---- 8< ---- 8< ----