From e3cee99de942d79b664e7559802932af41de0d78 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 14 Aug 2018 13:29:11 +0200 Subject: [PATCH] s390: reenable gcc plugins for real Martin's patch 7d88a09fc4f7 ("s390: reenable gcc plugins") was lost in the merge commit e3889372881b ("Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux") therefore let's enable gcc plugins again. Cc: Martin Schwidefsky Signed-off-by: Heiko Carstens --- arch/s390/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 5152405769307..4b3476d785f74 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -139,7 +139,7 @@ config S390 select HAVE_FUNCTION_GRAPH_TRACER select HAVE_FUNCTION_TRACER select HAVE_FUTEX_CMPXCHG if FUTEX - select HAVE_GCC_PLUGINS if BROKEN + select HAVE_GCC_PLUGINS select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZ4 -- 2.39.5