]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
arm64: asm-extable: move data fields
authorMark Rutland <mark.rutland@arm.com>
Tue, 21 Jun 2022 07:26:30 +0000 (07:26 +0000)
committerWill Deacon <will@kernel.org>
Tue, 28 Jun 2022 11:11:27 +0000 (12:11 +0100)
commit5519d7de2f8e81c317034d2f08362285a0e7ab42
treee0643b57228089ac0285ad2bd3fea13a1b5344a0
parent4953fc3d3270b7466a3b334838b76308c75f7751
arm64: asm-extable: move data fields

In subsequent patches we'll need to fill in extable data fields in
regular assembly files. In preparation for this, move the definitions of
the extable data fields earlier in asm-extable.h so that they are
defined for both assembly and C files.

There should be no functional change as a result of this patch.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Tong Tiangen <tongtiangen@huawei.com>
Link: https://lore.kernel.org/r/20220621072638.1273594-3-tongtiangen@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/asm-extable.h