Guenter Roeck
93c2f55ffc
s390/ctl_reg: mark __ctl_set_bit and __ctl_clear_bit as __always_inline
s390:tinyconfig fails to build with gcc 8.3.0.
arch/s390/include/asm/ctl_reg.h:52:2: error: impossible constraint in 'asm'
asm volatile( \
^~~
arch/s390/include/asm/ctl_reg.h:62:2: note: in expansion of macro '__ctl_store'
__ctl_store(reg, cr, cr);
^~~~~~~~~~~
s390/include/asm/ctl_reg.h:41:2: error: impossible constraint in 'asm'
asm volatile( \
^~~
arch/s390/include/asm/ctl_reg.h:64:2:
note: in expansion of macro '__ctl_load'
__ctl_load(reg, cr, cr);
^~~~~~~~~~
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@roeck-us.net>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2019-06-11 09:47:10 +02:00
..
2018-10-26 16:26:32 -07:00
2019-05-07 14:37:14 +02:00
2019-05-14 17:54:48 +02:00
2019-05-29 21:13:10 +02:00
2019-04-29 10:47:10 +02:00
2019-06-11 09:47:10 +02:00
2019-05-17 09:46:31 -07:00
2019-05-28 15:52:19 +02:00
2019-05-02 13:54:11 +02:00
2019-06-05 16:04:16 +02:00
2019-04-11 13:36:53 +02:00
2019-03-12 10:04:02 -07:00
2019-05-02 13:54:11 +02:00
2019-05-28 14:49:32 +02:00
2019-05-03 17:17:58 +02:00
2019-04-11 13:36:52 +02:00
2019-05-17 10:33:30 -07:00
2018-04-16 09:10:22 +02:00
2019-05-14 09:47:50 -07:00
2018-08-02 08:06:48 +09:00
2019-06-11 09:46:43 +02:00