On Sun, Jun 09, 2019 at 01:35:44PM -0700, Guenter Roeck wrote: > s390:tinyconfig fails to build with gcc 8.3.0. ... > Marking __ctl_set_bit and __ctl_clear_bit as __always_inline fixes the > problem. > > Fixes: 9012d011660e ("compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING") > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> > --- > arch/s390/include/asm/ctl_reg.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks!