diff options
author | Wei Yang <richard.weiyang@gmail.com> | 2024-03-13 07:58:38 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-03-13 11:29:10 +0100 |
commit | a5cffd056ef52280c07a7f6a3b3faacf6b318e8e (patch) | |
tree | 529fc83646661b5973c9ceeb60e6334f36e70c83 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 1793f69326266269a8117d3f5324ac78db18931c (diff) |
x86/vmlinux.lds.S: Remove conditional definition of LOAD_OFFSET
In vmlinux.lds.S, we define LOAD_OFFSET conditionally to __PAGE_OFFSET
or __START_KERNEL_map. While __START_KERNEL_map is already defined to
the same value with the same condition.
So it is fine to define LOAD_OFFSET to __START_KERNEL_map directly.
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240313075839.8321-4-richard.weiyang@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions