]> git.ipfire.org Git - thirdparty/linux.git/commit
locking/atomic: scripts: factor out order template generation
authorMark Rutland <mark.rutland@arm.com>
Mon, 5 Jun 2023 07:01:13 +0000 (08:01 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 5 Jun 2023 07:57:19 +0000 (09:57 +0200)
commit7ed7a1564090fdd265f49d1ad94ee92845b14c76
tree00709eb2a36dd9db2847b86754e10824930faa3c
parente40e5298e692bb6b5a200b3f0f55e6e5adf0e5ad
locking/atomic: scripts: factor out order template generation

Currently gen_proto_order_variants() hard codes the path for the templates used
for order fallbacks. Factor this out into a helper so that it can be reused
elsewhere.

This results in no change to the generated headers, so there should be
no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20230605070124.3741859-17-mark.rutland@arm.com
scripts/atomic/gen-atomic-fallback.sh