Message ID | 20160422202353.5e12aca6e8f8392444ebc770@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Emese, David 2016-04-23 3:23 GMT+09:00 Emese Revfy <re.emese@gmail.com>: > The GCC plugin infrastructure supports the arm and arm64 architectures too You need not repeat the same sentence in the body of the git-log. > Signed-off-by: David Brown <david.brown@linaro.org> The author of this patch is Emese Revfy, but it is only signed-off by David Brown. As I mentioned in 2/6, is it possible to squash this into 2/6 unless David is against doing so?
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0846026..8f57eb6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -55,6 +55,7 @@ config ARM select HAVE_FUNCTION_GRAPH_TRACER if (!THUMB2_KERNEL) select HAVE_FUNCTION_TRACER if (!XIP_KERNEL) select HAVE_GENERIC_DMA_COHERENT + select HAVE_GCC_PLUGINS select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7)) select HAVE_IDE if PCI || ISA || PCMCIA select HAVE_IRQ_TIME_ACCOUNTING diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index c8762f4..33f30f6 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -76,6 +76,7 @@ config ARM64 select HAVE_FTRACE_MCOUNT_RECORD select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_GRAPH_TRACER + select HAVE_GCC_PLUGINS select HAVE_GENERIC_DMA_COHERENT select HAVE_HW_BREAKPOINT if PERF_EVENTS select HAVE_IRQ_TIME_ACCOUNTING
The GCC plugin infrastructure supports the arm and arm64 architectures too Signed-off-by: David Brown <david.brown@linaro.org> --- arch/arm/Kconfig | 1 + arch/arm64/Kconfig | 1 + 2 files changed, 2 insertions(+)