include/linux/compiler*.h: define asm_volatile_goto
authorndesaulniers@google.com <ndesaulniers@google.com>
Wed, 31 Oct 2018 19:39:01 +0000 (12:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2019 06:02:34 +0000 (08:02 +0200)
commitfd45cd4530ebc7c846f83b26fef526f4c960d1ee
treee14f936ea07ef7549e43ecdfec6d257efcecc614
parent2bb9c7e42836887cf5e3feabca754b7e56623f96
include/linux/compiler*.h: define asm_volatile_goto

commit 8bd66d147c88bd441178c7b4c774ae5a185f19b8 upstream.

asm_volatile_goto should also be defined for other compilers that support
asm goto.

Fixes commit 815f0ddb346c ("include/linux/compiler*.h: make compiler-*.h
mutually exclusive").

Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/compiler_types.h