aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGravatar Al Viro <viro@zeniv.linux.org.uk> 2024-04-01 22:22:50 -0400
committerGravatar Paul E. McKenney <paulmck@kernel.org> 2024-04-09 22:06:00 -0700
commit29b8e53c1274f0ffda915ac6c0e5c59d14ee208e (patch)
tree818340c32db544c3c02c863ba6b248082ae9afa6 /fs
parentsparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes (diff)
downloadlinux-29b8e53c1274f0ffda915ac6c0e5c59d14ee208e.tar.gz
linux-29b8e53c1274f0ffda915ac6c0e5c59d14ee208e.tar.bz2
linux-29b8e53c1274f0ffda915ac6c0e5c59d14ee208e.zip
parisc: __cmpxchg_u32(): lift conversion into the callers
__cmpxchg_u32() return value is unsigned int explicitly cast to unsigned long. Both callers are returns from functions that return unsigned long; might as well have __cmpxchg_u32() return that unsigned int (aka u32) and let the callers convert implicitly. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions