aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/crypto/ap_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/crypto/ap_asm.h')
-rw-r--r--drivers/s390/crypto/ap_asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/crypto/ap_asm.h b/drivers/s390/crypto/ap_asm.h
index 12fffdd1e8e8..7a630047c372 100644
--- a/drivers/s390/crypto/ap_asm.h
+++ b/drivers/s390/crypto/ap_asm.h
@@ -108,7 +108,7 @@ static inline int ap_qci(void *config)
EX_TABLE(0b, 1b)
: "+d" (reg0), "+d" (reg1), "+d" (reg2)
:
- : "cc");
+ : "cc", "memory");
return reg1;
}