From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Charlie Jenkins <charlie@rivosinc.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
Ingo Molnar <mingo@redhat.com>,
Namhyung Kim <namhyung@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Jiri Olsa <jolsa@kernel.org>, Ian Rogers <irogers@google.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org
Subject: Re: [PATCH FOR-NEXT] perf tools: mips: Fix mips syscall generation
Date: Mon, 13 Jan 2025 11:47:52 -0300 [thread overview]
Message-ID: <Z4UnmCHYHAqpEF_1@x1> (raw)
In-Reply-To: <20250110-perf_fix_mips-v1-1-4e661c3b710a@rivosinc.com>
On Fri, Jan 10, 2025 at 11:22:51AM -0800, Charlie Jenkins wrote:
> 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.
Thanks, applied.
- Arnaldo
> 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
prev parent reply other threads:[~2025-01-13 14:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z4UnmCHYHAqpEF_1@x1 \
--to=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=charlie@rivosinc.com \
--cc=irogers@google.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.