Re: [RFC PATCH v3 7/7] powerpc/64: Modify CURRENT_THREAD_INFO()
From: Christophe LEROY <hidden>
Date: 2018-10-03 06:01:47
Also in:
lkml
From: Christophe LEROY <hidden>
Date: 2018-10-03 06:01:47
Also in:
lkml
Le 03/10/2018 à 07:44, Nicholas Piggin a écrit :
On Mon, 1 Oct 2018 12:30:31 +0000 (UTC) Christophe Leroy [off-list ref] wrote:quoted
CURRENT_THREAD_INFO() now uses the PACA to retrieve 'current' pointer, it doesn't use 'sp' anymore.Can you remove this too now? I think it will be clearer what's going on and easier to read once everyone remembers current is the same offset as current thread_info.
Ok I will. Christophe
Overall nice series, thanks for doing this. Thanks, Nick