From 7db356e720d4da3fc3a24fa5c484b2f375443ad7 Mon Sep 17 00:00:00 2001 From: Ville Juven Date: Mon, 4 Apr 2022 15:54:48 +0300 Subject: [PATCH] RISC-V: Fix file name of riscv_dispatch_syscall --- .../{riscv_syscall_dispatch.S => riscv_dispatch_syscall.S} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/risc-v/src/common/supervisor/{riscv_syscall_dispatch.S => riscv_dispatch_syscall.S} (100%) diff --git a/arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S b/arch/risc-v/src/common/supervisor/riscv_dispatch_syscall.S similarity index 100% rename from arch/risc-v/src/common/supervisor/riscv_syscall_dispatch.S rename to arch/risc-v/src/common/supervisor/riscv_dispatch_syscall.S