mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
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>
This commit is contained in:
parent
23ba7d3163
commit
05405b8fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
*/
|
||||
#if defined(__GCC_ASM_FLAG_OUTPUTS__) && !(IS_ENABLED(CONFIG_CC_ASM_FLAG_OUTPUT_BROKEN))
|
||||
|
||||
#define __HAVE_ASM_FLAG_OUTPUTS__
|
||||
#define __HAVE_ASM_FLAG_OUTPUTS__ 1
|
||||
|
||||
#define CC_IPM(sym)
|
||||
#define CC_OUT(sym, var) "=@cc" (var)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue