On Fri, Feb 14, 2020 at 06:26:28PM +0100, Stephen Kitt wrote: > s390 math emulation was removed with commit 5a79859ae0f3 ("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. > > Signed-off-by: Stephen Kitt <steve@xxxxxxx> > --- > arch/s390/include/asm/processor.h | 1 - > kernel/sysctl.c | 9 --------- > 2 files changed, 10 deletions(-) Applied, thanks!