diff options
Diffstat (limited to 'include/asm-i386/alternative.h')
-rw-r--r-- | include/asm-i386/alternative.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-i386/alternative.h b/include/asm-i386/alternative.h index 0f70b379b029..eb7da5402bfa 100644 --- a/include/asm-i386/alternative.h +++ b/include/asm-i386/alternative.h | |||
@@ -98,6 +98,12 @@ static inline void alternatives_smp_switch(int smp) {} | |||
98 | ".previous" : output : [feat] "i" (feature), ##input) | 98 | ".previous" : output : [feat] "i" (feature), ##input) |
99 | 99 | ||
100 | /* | 100 | /* |
101 | * use this macro(s) if you need more than one output parameter | ||
102 | * in alternative_io | ||
103 | */ | ||
104 | #define ASM_OUTPUT2(a, b) a, b | ||
105 | |||
106 | /* | ||
101 | * Alternative inline assembly for SMP. | 107 | * Alternative inline assembly for SMP. |
102 | * | 108 | * |
103 | * The LOCK_PREFIX macro defined here replaces the LOCK and | 109 | * The LOCK_PREFIX macro defined here replaces the LOCK and |