]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/asm: Let __HAVE_ASM_FLAG_OUTPUTS__ define 1
authorHeiko Carstens <hca@linux.ibm.com>
Tue, 13 Jan 2026 19:43:59 +0000 (20:43 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Sat, 17 Jan 2026 14:52:49 +0000 (15:52 +0100)
commit05405b8fd284189278636a0392976cbec3bb6d19
treef3c6b13e0fb33110839721150d50c71e980abfb2
parent23ba7d31633da6b0706b4154e4eb74cdfab710ef
s390/asm: Let __HAVE_ASM_FLAG_OUTPUTS__ define 1

With the empty define __is_enabled(__HAVE_ASM_FLAG_OUTPUTS__)
evaluates to false. Therefore let __HAVE_ASM_FLAG_OUTPUTS__ define 1
if it is defined.

This allows to make use of __is_defined(__HAVE_ASM_FLAG_OUTPUTS__)
like expected.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/asm.h