Skip to content

Commit 16c0f03

Browse files
Hassan Naveedrostedt
authored andcommitted
tracing: Enable syscall optimization for MIPS
Since MIPS architecture has a sparse syscall array, select the HAVE_SPARSE_SYSCALL_NR to save space. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Hassan Naveed <[email protected]> Reviewed-by: Paul Burton <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 0e24220 commit 16c0f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ config MIPS
7373
select HAVE_PERF_EVENTS
7474
select HAVE_REGS_AND_STACK_ACCESS_API
7575
select HAVE_RSEQ
76+
select HAVE_SPARSE_SYSCALL_NR
7677
select HAVE_STACKPROTECTOR
7778
select HAVE_SYSCALL_TRACEPOINTS
7879
select HAVE_VIRT_CPU_ACCOUNTING_GEN if 64BIT || !SMP

0 commit comments

Comments
 (0)