mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
perf arm64: Rename create_table_from_c() to create_sc_table()
After commit 9854e7ad35
("perf arm64: Simplify mksyscalltbl") it
has been removed the temporary C program and used shell to generate
syscall table, so let us rename create_table_from_c() to
create_sc_table() to avoid confusion.
Suggested-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: loongarch@lists.linux.dev
Link: https://lore.kernel.org/r/1685441401-8709-3-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
49f3806d89
commit
0d0db47634
@ -19,7 +19,7 @@ if ! test -r $input; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
create_table_from_c()
|
||||
create_sc_table()
|
||||
{
|
||||
local sc nr last_sc
|
||||
|
||||
@ -35,7 +35,7 @@ create_table()
|
||||
{
|
||||
echo "#include \"$input\""
|
||||
echo "static const char *const syscalltbl_arm64[] = {"
|
||||
create_table_from_c
|
||||
create_sc_table
|
||||
echo "};"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user