Re: powerpc/64s: Fix ps3 build error due to tlbiel_all()

2018-01-21 Thread Michael Ellerman
On Fri, 2018-01-19 at 08:55:31 UTC, Michael Ellerman wrote: > 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 > bui

[PATCH] powerpc/64s: Fix ps3 build error due to tlbiel_all()

2018-01-19 Thread Michael Ellerman
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()