summaryrefslogtreecommitdiff
path: root/include/linux/compiler_types.h
diff options
context:
space:
mode:
authorDanilo Krummrich <dakr@kernel.org>2025-12-29 12:30:06 +0100
committerDanilo Krummrich <dakr@kernel.org>2025-12-29 12:30:53 +0100
commit7bf97992afa4e815f4ed84638340e2a93de65504 (patch)
tree79eba63468803b3a36685e8ea4982d8842ce1887 /include/linux/compiler_types.h
parentd43a12e474351161bb6d7e2a17ab56f591b9302d (diff)
parentf8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da (diff)
Merge tag 'v6.19-rc3' into driver-core-next
We need the driver-core fixes in here as well to build on top of. Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'include/linux/compiler_types.h')
-rw-r--r--include/linux/compiler_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h
index 1280693766b9..d3318a3c2577 100644
--- a/include/linux/compiler_types.h
+++ b/include/linux/compiler_types.h
@@ -548,11 +548,12 @@ struct ftrace_likely_data {
/*
* Clang has trouble with constraints with multiple
- * alternative behaviors (mainly "g" and "rm").
+ * alternative behaviors ("g" , "rm" and "=rm").
*/
#ifndef ASM_INPUT_G
#define ASM_INPUT_G "g"
#define ASM_INPUT_RM "rm"
+ #define ASM_OUTPUT_RM "=rm"
#endif
#ifdef CONFIG_CC_HAS_ASM_INLINE