diff options
| author | Mark Brown <[email protected]> | 2022-07-04 18:02:39 +0100 |
|---|---|---|
| committer | Will Deacon <[email protected]> | 2022-07-05 11:45:45 +0100 |
| commit | 971f4592881524ddaa7ab487182789925cef4599 (patch) | |
| tree | 6dae4a78b319b205b29426fd5563e93a24140f64 /tools/perf/scripts/python/flamegraph.py | |
| parent | 3a87d53853c57c4abea0a2f37cc874c102c2c712 (diff) | |
arm64/cache: Restrict which headers are included in __ASSEMBLY__
Future changes to generate register definitions automatically will cause
this header to be included in a linker script. This will mean that headers
it in turn includes that are not safe for use in such a context (eg, due
to the use of assembler macros) cause build problems. Avoid these issues by
moving the affected includes and associated defines to the section of the
file already guarded by ifndef __ASSEMBLY__.
Suggested-by: Will Deacon <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions