arm64: compat: Move kuser32.S to .rodata section
authorChen Zhongjin <chenzhongjin@huawei.com>
Tue, 31 May 2022 01:53:50 +0000 (09:53 +0800)
committerWill Deacon <will@kernel.org>
Thu, 23 Jun 2022 15:01:42 +0000 (16:01 +0100)
commit2d304afaedc4e8f2587188cfa5b78fc0dbd81840
tree974ad37ebbd41c40ee82d9cd74f2cd4324d3c741
parent9d4775b332e16a37413d189060553ef9b4378679
arm64: compat: Move kuser32.S to .rodata section

Kuser code should be inside .rodata.

Now code in kuser32.S is inside .text section and never executed.
Move it to .rodata.

Signed-off-by: Chen Zhongjin <chenzhongjin@huawei.com>
Link: https://lore.kernel.org/r/20220531015350.233827-1-chenzhongjin@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/kuser32.S