diff options
| author | Michael Ellerman <[email protected]> | 2018-01-19 15:20:12 +1100 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2018-01-19 22:36:45 +1100 |
| commit | 7a074fc08389f43b448ebef74bf56ba0f6f087d9 (patch) | |
| tree | e2fd1faf947c944baae7e439d4b8f02e75fd21b7 /tools/perf/scripts/python | |
| parent | f2ac428e0edabbca41b9dfe9473a90147962e4e9 (diff) | |
powerpc/64s: Fix ps3 build error due to tlbiel_all()
The recent changes to TLB handling broke the PS3 build:
arch/powerpc/include/asm/book3s/64/tlbflush.h:30: undefined reference to `.hash__tlbiel_all'
Fix it by adding an fallback version of tlbiel_all() for non-native
builds. It should never be called, due to checks in callers so it
calls BUG(). We should probably clean it up further but this will
suffice for now.
Fixes: d4748276ae14 ("powerpc/64s: Improve local TLB flush for boot and MCE on POWER9")
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions