Skip to content

Commit d89d5f8

Browse files
pebollePeter Zijlstra
authored andcommitted
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
1 parent 24a1877 commit d89d5f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/atomic/check-atomics.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fi
1616
cat <<EOF |
1717
asm-generic/atomic-instrumented.h
1818
asm-generic/atomic-long.h
19+
linux/atomic-arch-fallback.h
1920
linux/atomic-fallback.h
2021
EOF
2122
while read header; do

0 commit comments

Comments
 (0)