x86, asm: change the GEN_*_RMWcc() macros to not quote the condition
Change the lexical defintion of the GEN_*_RMWcc() macros to not take the condition code as a quoted string. This will help support changing them to use the new __GCC_ASM_FLAG_OUTPUTS__ feature in a subsequent patch. Signed-off-by:H. Peter Anvin <hpa@zytor.com> Link: http://lkml.kernel.org/r/1465414726-197858-4-git-send-email-hpa@linux.intel.com Reviewed-by:
Andy Lutomirski <luto@kernel.org> Reviewed-by:
Borislav Petkov <bp@suse.de> Acked-by:
Peter Zijlstra (Intel) <peterz@infradead.org>
Showing
- arch/x86/include/asm/atomic.h 4 additions, 4 deletionsarch/x86/include/asm/atomic.h
- arch/x86/include/asm/atomic64_64.h 4 additions, 4 deletionsarch/x86/include/asm/atomic64_64.h
- arch/x86/include/asm/bitops.h 3 additions, 3 deletionsarch/x86/include/asm/bitops.h
- arch/x86/include/asm/local.h 4 additions, 4 deletionsarch/x86/include/asm/local.h
- arch/x86/include/asm/preempt.h 1 addition, 1 deletionarch/x86/include/asm/preempt.h
- arch/x86/include/asm/rmwcc.h 2 additions, 2 deletionsarch/x86/include/asm/rmwcc.h
Loading
Please register or sign in to comment