]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: mark fault_info table const
authorMark Rutland <mark.rutland@arm.com>
Mon, 13 Jun 2016 16:57:02 +0000 (17:57 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 14 Jun 2016 14:02:34 +0000 (15:02 +0100)
commite3819d13cc9384c6ff65ec3ec3bb48c7668363fb
tree2ba9ece1adb350818647c87fb29723d471081398
parent0f54901408b39d6c65bc313cc2bfbb90f29ac5d8
arm64: mm: mark fault_info table const

Unlike the debug_fault_info table, we never intentionally alter the
fault_info table at runtime, and all derived pointers are treated as
const currently.

Make the table const so that it can be placed in .rodata and protected
from unintentional writes, as we do for the syscall tables.

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.deacon@arm.com>
arch/arm64/mm/fault.c