Re: [RFC PATCH v3 5/7] powerpc: 'current_set' is now a table of task_struct pointers

2018-10-02 Thread Nicholas Piggin
On Wed, 3 Oct 2018 08:00:43 +0200 Christophe LEROY wrote: > Le 03/10/2018 à 07:41, Nicholas Piggin a écrit : > > On Mon, 1 Oct 2018 12:30:27 + (UTC) > > Christophe Leroy wrote: > > > >> The table of pointers 'current_set' has been used for retrieving > >> the stack and current. They used

Re: [RFC PATCH v3 5/7] powerpc: 'current_set' is now a table of task_struct pointers

2018-10-02 Thread Christophe LEROY
Le 03/10/2018 à 07:41, Nicholas Piggin a écrit : On Mon, 1 Oct 2018 12:30:27 + (UTC) Christophe Leroy wrote: The table of pointers 'current_set' has been used for retrieving the stack and current. They used to be thread_info pointers as they were pointing to the stack and current was t

Re: [RFC PATCH v3 5/7] powerpc: 'current_set' is now a table of task_struct pointers

2018-10-02 Thread Nicholas Piggin
On Mon, 1 Oct 2018 12:30:27 + (UTC) Christophe Leroy wrote: > The table of pointers 'current_set' has been used for retrieving > the stack and current. They used to be thread_info pointers as > they were pointing to the stack and current was taken from the > 'task' field of the thread_info.

[RFC PATCH v3 5/7] powerpc: 'current_set' is now a table of task_struct pointers

2018-10-01 Thread Christophe Leroy
The table of pointers 'current_set' has been used for retrieving the stack and current. They used to be thread_info pointers as they were pointing to the stack and current was taken from the 'task' field of the thread_info. Now, the pointers of 'current_set' table are now both pointers to task_str