We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea68731 commit 653650cCopy full SHA for 653650c
arch/riscv/include/asm/syscall_wrapper.h
@@ -36,7 +36,8 @@ asmlinkage long __riscv_sys_ni_syscall(const struct pt_regs *);
36
ulong) \
37
__attribute__((alias(__stringify(___se_##prefix##name)))); \
38
__diag_pop(); \
39
- static long noinline ___se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__)); \
+ static long noinline ___se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__)) \
40
+ __used; \
41
static long ___se_##prefix##name(__MAP(x,__SC_LONG,__VA_ARGS__))
42
43
#define SC_RISCV_REGS_TO_ARGS(x, ...) \
0 commit comments