Skip to content

Commit

Permalink
locking/atomics: Check atomic-arch-fallback.h too
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Mark Rutland <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
  • Loading branch information
pebolle authored and Peter Zijlstra committed Oct 7, 2020
1 parent 24a1877 commit d89d5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/atomic/check-atomics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d89d5f8

Please sign in to comment.