Commit ad36085e authored by Borislav Petkov (AMD)'s avatar Borislav Petkov (AMD)
parent bb915769
......@@ -335,11 +335,7 @@ static inline int alternatives_text_reserved(void *start, void *end)
/* Like alternative_input, but with a single output argument */
#define alternative_io(oldinstr, newinstr, ft_flags, output, input...) \
asm_inline volatile (ALTERNATIVE(oldinstr, newinstr, ft_flags) \
: output : "i" (0), ## input)
#define n_alternative_io(oldinstr, newinstr, ft_flags, output, input...) \
asm_inline volatile (N_ALTERNATIVE(oldinstr, newinstr, ft_flags) \
asm_inline volatile(N_ALTERNATIVE(oldinstr, newinstr, ft_flags) \
: output : "i" (0), ## input)
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment