aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorJan Beulich <[email protected]>2022-06-07 17:00:53 +0200
committerPaolo Bonzini <[email protected]>2022-06-07 11:28:49 -0400
commit1df931d95f4dc1c11db1123e85d4e08156e46ef9 (patch)
tree7c2da2799c4931cc8217195caa243302ba3df604 /scripts/gdb/linux/timerlist.py
parentcf4a8693d97a51dccf5a1557248d12d6d8be4b9e (diff)
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
As noted (and fixed) a couple of times in the past, "=@cc<cond>" outputs and clobbering of "cc" don't work well together. The compiler appears to mean to reject such, but doesn't - in its upstream form - quite manage to yet for "cc". Furthermore two similar macros don't clobber "cc", and clobbering "cc" is pointless in asm()-s for x86 anyway - the compiler always assumes status flags to be clobbered there. Fixes: 989b5db215a2 ("x86/uaccess: Implement macros for CMPXCHG on user addresses") Signed-off-by: Jan Beulich <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions