Re: [PATCH v2] include/linux/compiler*.h: add version detection to asm_volatile_goto

2018-10-31 Thread Linus Torvalds
On Wed, Oct 31, 2018 at 11:29 AM wrote: > > V1 -> V2: drop changes to include/linux/compiler-gcc.h. Now the subject line of the patch doesn't match the patch any more.. Linus

[PATCH v2] include/linux/compiler*.h: add version detection to asm_volatile_goto

2018-10-31 Thread ndesaulniers
asm_volatile_goto should also be defined for other compilers that support asm goto. Signed-off-by: Nick Desaulniers --- V1 -> V2: drop changes to include/linux/compiler-gcc.h. include/linux/compiler_types.h | 4 1 file changed, 4 insertions(+) diff --git a/include/linux/compiler_types.h b