]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()
authorCyril Bur <cyrilbur@gmail.com>
Thu, 1 Feb 2018 01:07:46 +0000 (12:07 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 24 Jul 2018 12:03:23 +0000 (22:03 +1000)
commit9bc47781273fb264eb4c901a4a486f82e2b9c110
treeda94e03955fc4e0d3fb1b785aca5edb1c476d877
parent662cf2532c989f268bb7a9c33d81cdab1ebbddf9
powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()

Since commit d1a595dd480b ("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>
arch/powerpc/kernel/process.c