Re: landisk: simply asid lookup

2016-10-17 Thread Jeremie Courreges-Anglas
Philip Guenther writes: > It used to be that access to a process's vmspace (and thus its pmap where > the ASID can be found) was only via a thread's p_vmspace member. Now that > the process itself has a copy of that, the loops in the sh code that > iterated across threads

landisk: simply asid lookup

2016-10-14 Thread Philip Guenther
It used to be that access to a process's vmspace (and thus its pmap where the ASID can be found) was only via a thread's p_vmspace member. Now that the process itself has a copy of that, the loops in the sh code that iterated across threads to find a valid pointer can be eliminated. ok?