arm64: constify sys64_hook instances
authorMark Rutland <mark.rutland@arm.com>
Tue, 13 Aug 2019 14:16:39 +0000 (15:16 +0100)
committerWill Deacon <will@kernel.org>
Tue, 13 Aug 2019 17:32:17 +0000 (18:32 +0100)
commit37143dcc44f8f3348d47616598137b1580468973
treec9e13711de276915e6817e879ffbfc26e8590793
parent0da23df2ff043c8d39b389e32ee68af64b5f408e
arm64: constify sys64_hook instances

All instances of struct sys64_hook contain compile-time constant data,
and are never inentionally modified, so let's make them all const.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/traps.c