locking/atomics: Check atomic-arch-fallback.h too
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 1 Oct 2020 20:20:28 +0000 (22:20 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 7 Oct 2020 16:14:14 +0000 (18:14 +0200)
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
scripts/atomic/check-atomics.sh

index 8378c63..82748d4 100755 (executable)
@@ -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