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
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
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.
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