Re: get rid of pmap_copy()

2023-04-03 Thread Miod Vallat
> I'm fine with removing this. Just wonder if this was ever implemented > for one of the architectures that we no longer support and whether > there was any effect on performance. Nope, never implemented anywhere. If you want to see a pmap_copy() implementation, look at FreeBSD.

Re: get rid of pmap_copy()

2023-04-03 Thread Mark Kettenis
> Date: Sun, 2 Apr 2023 19:29:02 + > From: Miod Vallat > > pmap_copy() is an optional pmap interface which has never been > implemented. In pure Mary Kondo style, we should thank it for the joy it > brought to CSRG people, and move it to the recycling bin - it's not > going to be implemented

Re: get rid of pmap_copy()

2023-04-02 Thread Jonathan Gray
On Sun, Apr 02, 2023 at 07:29:02PM +, Miod Vallat wrote: > pmap_copy() is an optional pmap interface which has never been > implemented. In pure Mary Kondo style, we should thank it for the joy it > brought to CSRG people, and move it to the recycling bin - it's not > going to be implemented an

get rid of pmap_copy()

2023-04-02 Thread Miod Vallat
pmap_copy() is an optional pmap interface which has never been implemented. In pure Mary Kondo style, we should thank it for the joy it brought to CSRG people, and move it to the recycling bin - it's not going to be implemented anytime soon. Index: share/man/man9/pmap.9 ===