diff options
| author | Michael Ellerman <[email protected]> | 2021-03-15 14:41:59 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-04-08 21:17:43 +1000 |
| commit | acd4dfeb49c8ec1071b1e67683c5779e97fdc5b9 (patch) | |
| tree | 74be2ad070088e6064a2303fbef70a7a1358d8f4 /tools/perf/scripts/python/compaction-times.py | |
| parent | c6b4c9147f8b85d159f670d7bce71a93d16062a2 (diff) | |
powerpc/kexec: Don't use .machine ppc64 in trampoline_64.S
As best as I can tell the ".machine" directive in trampoline_64.S is no
longer, or never was, necessary.
It was added in commit 0d97631392c2 ("powerpc: Add purgatory for
kexec_file_load() implementation."), which created the file based on
the kexec-tools purgatory. It may be/have-been necessary in the
kexec-tools version, but we have a completely different build system,
and we already pass the desired CPU flags, eg:
gcc ... -m64 -Wl,-a64 -mabi=elfv2 -Wa,-maltivec -Wa,-mpower4 -Wa,-many
... arch/powerpc/purgatory/trampoline_64.S
So drop the ".machine" directive and rely on the assembler flags.
Reported-by: Daniel Axtens <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Reviewed-by: Segher Boessenkool <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions