]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: don't leave NULLs in sys_call_table[]
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Aug 2022 15:06:46 +0000 (16:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:18:27 +0000 (11:18 +0200)
commit30693ab067f6f52655d8cdad81f29805a4681261
treeede019407f081ac0c17cf7a5a2aa52be518cd882
parentda47e5192652d119f0cce45f308853e91db04d85
nios2: don't leave NULLs in sys_call_table[]

commit 92befdb9a0721215eea611120795c763f103afa2 upstream.

fill the gaps in there with sys_ni_syscall, as everyone does...

Fixes: 94128c9936ba ("nios2: Exception handling")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/nios2/kernel/entry.S
arch/nios2/kernel/syscall_table.c