diff options
author | Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> | 2018-09-09 18:47:31 +0300 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2018-09-11 13:07:11 +0300 |
commit | 13aceef06adfaf93d52e01e28a8bc8a0ad471d83 (patch) | |
tree | badc732f6846d982587c45c73e8d8ca7b9d35888 /usr | |
parent | 11da3a7f84f19c26da6f86af878298694ede0804 (diff) | |
download | linux-13aceef06adfaf93d52e01e28a8bc8a0ad471d83.tar.xz |
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
All other uses of "asm goto" go through asm_volatile_goto, which avoids
a miscompile when using GCC < 4.8.2. Replace our open-coded "asm goto"
statements with the asm_volatile_goto macro to avoid issues with older
toolchains.
Cc: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions