diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2022-04-21 12:57:56 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-04-21 23:26:47 +1000 |
commit | bb82c574691daf8f7fa9a160264d15c5804cb769 (patch) | |
tree | d2469acede7f4c701f740873d37a80fa6ea2ffeb /arch/powerpc/kernel/vdso | |
parent | c6cc9a852f123301d5271f1484df8e961b2b64f1 (diff) |
powerpc/perf: Fix 32bit compile
The "read_bhrb" global symbol is only called under CONFIG_PPC64 of
arch/powerpc/perf/core-book3s.c but it is compiled for both 32 and 64 bit
anyway (and LLVM fails to link this on 32bit).
This fixes it by moving bhrb.o to obj64 targets.
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220421025756.571995-1-aik@ozlabs.ru
Diffstat (limited to 'arch/powerpc/kernel/vdso')
0 files changed, 0 insertions, 0 deletions