Re: arm64: Remove early ASID allocation

2017-03-17 Thread Mark Kettenis
> Date: Fri, 17 Mar 2017 16:00:53 -0400 > From: Dale Rahn > > Do not preallocate the asid, wait until it is allcoated in pmap_setttb() > Simplifies the code by only having one location that does the asid > allocation. > > There is no need to allocate the ASID direclty in

arm64: Remove early ASID allocation

2017-03-17 Thread Dale Rahn
Do not preallocate the asid, wait until it is allcoated in pmap_setttb() Simplifies the code by only having one location that does the asid allocation. There is no need to allocate the ASID direclty in pmap_activate as the code in pmap setttb will do that allocation so this code is just