mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:30:52 +07:00
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
This commit is contained in:
parent
24a1877286
commit
d89d5f855f
@ -16,6 +16,7 @@ fi
|
|||||||
cat <<EOF |
|
cat <<EOF |
|
||||||
asm-generic/atomic-instrumented.h
|
asm-generic/atomic-instrumented.h
|
||||||
asm-generic/atomic-long.h
|
asm-generic/atomic-long.h
|
||||||
|
linux/atomic-arch-fallback.h
|
||||||
linux/atomic-fallback.h
|
linux/atomic-fallback.h
|
||||||
EOF
|
EOF
|
||||||
while read header; do
|
while read header; do
|
||||||
|
Loading…
Reference in New Issue
Block a user