]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools: arm64: Update sysreg.h header files
authorJames Clark <james.clark@arm.com>
Mon, 6 Jan 2025 14:24:37 +0000 (14:24 +0000)
committerMarc Zyngier <maz@kernel.org>
Sun, 12 Jan 2025 12:50:11 +0000 (12:50 +0000)
commit38138762faffeb923d9f49efbcc09884f1530786
treeddfd1ed9d1de65ede3fd5b7118a7f9972ecaf188
parentc4a6ed85455979ef3fbadc2f1bdf18734b0ecea6
tools: arm64: Update sysreg.h header files

Created with the following:

  cp include/linux/kasan-tags.h tools/include/linux/
  cp arch/arm64/include/asm/sysreg.h tools/arch/arm64/include/asm/

Update the tools copy of sysreg.h so that the next commit to add a new
register doesn't have unrelated changes in it. Because the new version
of sysreg.h includes kasan-tags.h, that file also now needs to be copied
into tools.

Acked-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: James Clark <james.clark@arm.com>
Signed-off-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20250106142446.628923-3-james.clark@linaro.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
tools/arch/arm64/include/asm/sysreg.h
tools/include/linux/kasan-tags.h [new file with mode: 0644]