2024-08-30 06:39:41 +00:00
|
|
|
From e8cd261d6379da46155bcb3a17c9ba0bf8054817 Mon Sep 17 00:00:00 2001
|
|
|
|
From: David Abdurachmanov <davidlt@rivosinc.com>
|
|
|
|
Date: Fri, 30 Aug 2024 06:38:21 +0000
|
|
|
|
Subject: [PATCH] Set NO_SYSCALL_TABLE=0 for riscv
|
|
|
|
|
|
|
|
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
|
|
|
|
---
|
|
|
|
tools/perf/Makefile.config | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
|
|
|
|
index fa679db61..3391a5d17 100644
|
|
|
|
--- a/tools/perf/Makefile.config
|
|
|
|
+++ b/tools/perf/Makefile.config
|
|
|
|
@@ -36,7 +36,7 @@ ifneq ($(NO_SYSCALL_TABLE),1)
|
|
|
|
NO_SYSCALL_TABLE := 0
|
|
|
|
endif
|
|
|
|
else
|
|
|
|
- ifeq ($(SRCARCH),$(filter $(SRCARCH),powerpc arm64 s390 mips loongarch))
|
|
|
|
+ ifeq ($(SRCARCH),$(filter $(SRCARCH),powerpc arm64 s390 mips loongarch riscv))
|
|
|
|
NO_SYSCALL_TABLE := 0
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
--
|
|
|
|
2.46.0
|
|
|
|
|