aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2020-10-01 22:20:28 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-10-07 18:14:14 +0200
commitd89d5f855f84ccf3f7e648813b4bb95c780bd7cd (patch)
tree7fd20efad04a54a4c6328caaeb408df557c5f7eb /scripts/atomic
parentlocking/seqlock: Tweak DEFINE_SEQLOCK() kernel doc (diff)
downloadlinux-dev-d89d5f855f84ccf3f7e648813b4bb95c780bd7cd.tar.xz
linux-dev-d89d5f855f84ccf3f7e648813b4bb95c780bd7cd.zip
locking/atomics: Check atomic-arch-fallback.h too
The sha1sum of include/linux/atomic-arch-fallback.h isn't checked by check-atomics.sh. It's not clear why it's skipped so let's check it too. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Reviewed-by: Mark Rutland <mark.rutland@arm.com> Link: https://lkml.kernel.org/r/20201001202028.1048418-1-pebolle@tiscali.nl
Diffstat (limited to 'scripts/atomic')
-rwxr-xr-xscripts/atomic/check-atomics.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/atomic/check-atomics.sh b/scripts/atomic/check-atomics.sh
index 8378c63a1e09..82748d42ecc5 100755
--- a/scripts/atomic/check-atomics.sh
+++ b/scripts/atomic/check-atomics.sh
@@ -16,6 +16,7 @@ fi
cat <<EOF |
asm-generic/atomic-instrumented.h
asm-generic/atomic-long.h
+linux/atomic-arch-fallback.h
linux/atomic-fallback.h
EOF
while read header; do