All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH FOR-NEXT] perf tools: mips: Fix mips syscall generation
@ 2025-01-10 19:22 Charlie Jenkins
  2025-01-13 14:47 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Charlie Jenkins @ 2025-01-10 19:22 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Ian Rogers, Adrian Hunter
  Cc: Arnaldo Carvalho de Melo, linux-kernel, linux-perf-users,
	Charlie Jenkins

The mips syscall generation was still based on the old method. Delete
the Makefile since it is no longer needed with the new method of
generation.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Fixes: 619ffe669496 ("perf tools mips: Use generic syscall scripts")
---
 tools/perf/arch/mips/Makefile | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/tools/perf/arch/mips/Makefile b/tools/perf/arch/mips/Makefile
deleted file mode 100644
index 827168f1077a670d558878e4de2694ce2083d046..0000000000000000000000000000000000000000
--- a/tools/perf/arch/mips/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-# Syscall table generation for perf
-out    := $(OUTPUT)arch/mips/include/generated/asm
-header := $(out)/syscalls_n64.c
-sysprf := $(srctree)/tools/perf/arch/mips/entry/syscalls
-sysdef := $(sysprf)/syscall_n64.tbl
-systbl := $(sysprf)/mksyscalltbl
-
-# Create output directory if not already present
-$(shell [ -d '$(out)' ] || mkdir -p '$(out)')
-
-$(header): $(sysdef) $(systbl)
-	$(Q)$(SHELL) '$(systbl)' $(sysdef) > $@
-
-clean::
-	$(call QUIET_CLEAN, mips) $(RM) $(header)
-
-archheaders: $(header)

---
base-commit: 01d08f525d260b547fd6dcf9fc8405219331bc34
change-id: 20250110-perf_fix_mips-a72aa8326a10
-- 
- Charlie


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-13 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 19:22 [PATCH FOR-NEXT] perf tools: mips: Fix mips syscall generation Charlie Jenkins
2025-01-13 14:47 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.