diff options
Diffstat (limited to 'arch/riscv/include/asm/vdso.h')
| -rw-r--r-- | arch/riscv/include/asm/vdso.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/vdso.h b/arch/riscv/include/asm/vdso.h index 602f61257553..541544d64c33 100644 --- a/arch/riscv/include/asm/vdso.h +++ b/arch/riscv/include/asm/vdso.h | |||
| @@ -38,4 +38,8 @@ struct vdso_data { | |||
| 38 | (void __user *)((unsigned long)(base) + __vdso_##name); \ | 38 | (void __user *)((unsigned long)(base) + __vdso_##name); \ |
| 39 | }) | 39 | }) |
| 40 | 40 | ||
| 41 | #ifdef CONFIG_SMP | ||
| 42 | asmlinkage long sys_riscv_flush_icache(uintptr_t, uintptr_t, uintptr_t); | ||
| 43 | #endif | ||
| 44 | |||
| 41 | #endif /* _ASM_RISCV_VDSO_H */ | 45 | #endif /* _ASM_RISCV_VDSO_H */ |
