commit | b6522fa409cfafbc3968679b09e4028f0609f2b9 | [log] [tgz] |
---|---|---|
author | Xiaoming Ni <nixiaoming@huawei.com> | Sat Apr 11 21:06:19 2020 +0800 |
committer | Helge Deller <deller@gmx.de> | Sun May 10 22:47:35 2020 +0200 |
tree | 5c4fc8eadbe6b4d5d19c2296330ada6bd8db668d | |
parent | 3fd84a4fc063f36855ddf2408c66e6e5d219b223 [diff] |
parisc: add sysctl file interface panic_on_stackoverflow The variable sysctl_panic_on_stackoverflow is used in arch/parisc/kernel/irq.c and arch/x86/kernel/irq_32.c, but the sysctl file interface panic_on_stackoverflow only exists on x86. Add sysctl file interface panic_on_stackoverflow for parisc Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com> Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>