commit | 8c7739f57084da2075f09de820b99da7e606dc8d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 08 16:06:46 2022 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 25 11:09:29 2022 +0200 |
tree | 197cc1f1183ba262e0ca166f3ef6a5ef888716fc | |
parent | c0710869c3cead7b404284bc2d9b11c570864973 [diff] |
nios2: don't leave NULLs in sys_call_table[] commit 45ec746c65097c25e77d24eae8fee0def5b6cc5d upstream. fill the gaps in there with sys_ni_syscall, as everyone does... Fixes: 82ed08dd1b0e ("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>