Re: [RFC][PATCH 06/11] asm-generic/tlb: Conditionally provide tlb_migrate_finish()

2018-09-14 Thread Will Deacon
On Thu, Sep 13, 2018 at 11:21:16AM +0200, Peter Zijlstra wrote: > Needed for ia64 -- alternatively we drop the entire hook. s/hook/architecture/ /me runs away for the weekend Will

[RFC][PATCH 06/11] asm-generic/tlb: Conditionally provide tlb_migrate_finish()

2018-09-13 Thread Peter Zijlstra
Needed for ia64 -- alternatively we drop the entire hook. Cc: Will Deacon Cc: "Aneesh Kumar K.V" Cc: Andrew Morton Cc: Nick Piggin Signed-off-by: Peter Zijlstra (Intel) --- include/asm-generic/tlb.h |2 ++ 1 file changed, 2 insertions(+) --- a/include/asm-generic/tlb.h +++ b/include/asm