diff mbox series

[HIRSUTE,linux-riscv,3/3] Revert "UBUNTU: SAUCE: RISC-V: prevent sbi_send_cpumask_ipi race with ftrace"

Message ID 20210817162720.126460-4-dimitri.ledkov@canonical.com
State New
Headers show
Series Disable ftrace of all sbi functions | expand

Commit Message

Dimitri John Ledkov Aug. 17, 2021, 4:27 p.m. UTC
Superseded by removing ftrace support from all sbi.c functions.

This reverts commit 1f5805ebfb2e783e16e91644501749a4771500db.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
---
 arch/riscv/kernel/sbi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/riscv/kernel/sbi.c b/arch/riscv/kernel/sbi.c
index 9f85f0656f..b8f82c73de 100644
--- a/arch/riscv/kernel/sbi.c
+++ b/arch/riscv/kernel/sbi.c
@@ -562,7 +562,7 @@  long sbi_get_impid(void)
 	return __sbi_base_ecall(SBI_EXT_BASE_GET_MIMPID);
 }
 
-static void notrace sbi_send_cpumask_ipi(const struct cpumask *target)
+static void sbi_send_cpumask_ipi(const struct cpumask *target)
 {
 	struct cpumask hartid_mask;