diff options
author | Mark Rutland <[email protected]> | 2016-06-13 17:57:02 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2016-06-14 15:02:34 +0100 |
commit | bbb1681ee3653bdcfc6a4ba31902738118311fd4 (patch) | |
tree | 2ba9ece1adb350818647c87fb29723d471081398 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | c5cea06be060f38e5400d796e61cfc8c36e52924 (diff) |
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 <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions