Home
last modified time | relevance | path

Searched hist:edd00b830731be468fd3caf7f9154d13228f4a93 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprocess.cdiff edd00b830731be468fd3caf7f9154d13228f4a93 Thu Feb 01 02:07:46 CET 2018 Cyril Bur <cyrilbur@gmail.com> powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()

Since commit dc3106690b20 ("powerpc: tm: Always use fp_state and
vr_state to store live registers") tm_reclaim_thread() doesn't use the
parameter anymore, both callers have to bother getting it as they have
no need for a struct thread_info either.

Just remove it and adjust the callers.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>