From: Paul Bolle Date: Thu, 1 Oct 2020 20:20:28 +0000 (+0200) Subject: locking/atomics: Check atomic-arch-fallback.h too X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d89d5f855f84ccf3f7e648813b4bb95c780bd7cd;p=linux.git 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 Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Mark Rutland Link: https://lkml.kernel.org/r/20201001202028.1048418-1-pebolle@tiscali.nl --- diff --git a/scripts/atomic/check-atomics.sh b/scripts/atomic/check-atomics.sh index 8378c63a1e09f..82748d42ecc5a 100755 --- a/scripts/atomic/check-atomics.sh +++ b/scripts/atomic/check-atomics.sh @@ -16,6 +16,7 @@ fi cat <