diff options
author | 2013-07-26 14:55:59 +0100 | |
---|---|---|
committer | 2013-07-26 14:55:59 +0100 | |
commit | ff69a4c855066592f9e293cff8f54813614dd544 (patch) | |
tree | c1fcee172f8bfb62c7c6b970b0c9f57ae35f9df4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Linux 3.11-rc2 (diff) | |
download | linux-dev-ff69a4c855066592f9e293cff8f54813614dd544.tar.xz linux-dev-ff69a4c855066592f9e293cff8f54813614dd544.zip |
ARM: constify machine_desc structure uses
struct machine_desc records are defined everywhere as a 'const'
structure, but unfortuantely it loses its const-ness through the use of
linker magic - the symbols which surround the section are not declared
const so it becomes possible not to use 'const' for pointers to these
const structures.
Let's fix this oversight - all pointers to these structures should be
marked const too.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions