diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2022-06-17 13:23:39 +0100 |
---|---|---|
committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2023-10-30 12:56:09 +0000 |
commit | 7e8c94510668b74094dadd250537fd35a9360a4d (patch) | |
tree | 51f5699f27f8f6d219a341e1cf291f6a4ec95709 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 9f5b2c4089904eed3c672e5d63b43e377b9a6f0e (diff) |
arm64: text replication: include most of read-only data as well
Include as much of the read-only data in the replication as we can
without needing to move away from the generic RO_DATA() macro in
the linker script.
Unfortunately, the read-only data section is immedaitely followed
by the read-only after init data with no page alignment, which
means we can't have separate mappings for the read-only data
section and everything else. Changing that would mean replacing
the generic RO_DATA() macro which increases the maintenance burden.
however, this is likely not worth the effort as the majority of
read-only data will be covered.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions