Re: [PATCH 1/2] riscv: define NR_syscalls in unistd.h

2018-12-13 Thread Olof Johansson
On Tue, Dec 11, 2018 at 4:44 AM David Abdurachmanov wrote: > > This macro is used by kernel/trace/{trace.h,trace_syscalls.c} if we > have CONFIG_FTRACE_SYSCALLS enabled. > > Signed-off-by: David Abdurachmanov > Fixes: b78002b395b4 ("riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig") Reviewed-by: O

[PATCH 1/2] riscv: define NR_syscalls in unistd.h

2018-12-10 Thread David Abdurachmanov
This macro is used by kernel/trace/{trace.h,trace_syscalls.c} if we have CONFIG_FTRACE_SYSCALLS enabled. Signed-off-by: David Abdurachmanov Fixes: b78002b395b4 ("riscv: add HAVE_SYSCALL_TRACEPOINTS to Kconfig") --- arch/riscv/include/asm/unistd.h | 2 ++ 1 file changed, 2 insertions(+) diff --g