]> git.baikalelectronics.ru Git - kernel.git/commit
s390: remove obsolete ieee_emulation_warnings
authorStephen Kitt <steve@sk2.org>
Fri, 14 Feb 2020 17:26:28 +0000 (18:26 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 19 Feb 2020 12:51:46 +0000 (13:51 +0100)
commit3d44caac5d48d7bb3f1f24a1e70fe8c8ee71201b
tree970c6984b0ec4fff591434e3b621edd1de7355c3
parentc75336fc0c1989391c29c05118873bf8628912da
s390: remove obsolete ieee_emulation_warnings

s390 math emulation was removed with commit fc0e7fca77ab ("s390:
remove 31 bit support"), rendering ieee_emulation_warnings useless.
The code still built because it was protected by CONFIG_MATHEMU, which
was no longer selectable.

This patch removes the sysctl_ieee_emulation_warnings declaration and
the sysctl entry declaration.

Link: https://lkml.kernel.org/r/20200214172628.3598516-1-steve@sk2.org
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/processor.h
kernel/sysctl.c