From: Leo Yan Date: Wed, 14 Feb 2024 11:39:44 +0000 (+0800) Subject: perf build: Remove unused CONFIG_PERF_REGS X-Git-Tag: v6.9-rc1~108^2~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fca6af7be28befb95cfeac74e7f77809defdaadd;p=thirdparty%2Fkernel%2Flinux.git perf build: Remove unused CONFIG_PERF_REGS CONFIG_PERF_REGS is not used, remove it. Signed-off-by: Leo Yan Reviewed-by: Ian Rogers Cc: James Clark Cc: Palmer Dabbelt Cc: Albert Ou Cc: Huacai Chen Cc: Guo Ren Cc: Will Deacon Cc: Mike Leach Cc: Kan Liang Cc: Ming Wang Cc: John Garry Cc: Paul Walmsley Cc: linux-csky@vger.kernel.org Cc: linux-riscv@lists.infradead.org Signed-off-by: Namhyung Kim Link: https://lore.kernel.org/r/20240214113947.240957-2-leo.yan@linux.dev --- diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 70c33c935a982..e7d9014eaeaad 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -105,10 +105,6 @@ ifeq ($(ARCH),mips) LIBUNWIND_LIBS = -lunwind -lunwind-mips endif -ifeq ($(NO_PERF_REGS),0) - $(call detected,CONFIG_PERF_REGS) -endif - # So far there's only x86 and arm libdw unwind support merged in perf. # Disable it on all other architectures in case libdw unwind # support is detected in system. Add supported architectures