Re: pmap prefer diff

2011-04-06 Thread Mark Kettenis
> Date: Wed, 6 Apr 2011 14:15:50 +0200 > From: Ariane van der Steldt > > On Wed, Apr 06, 2011 at 10:31:14AM +0200, Mark Kettenis wrote: > > > Date: Tue, 5 Apr 2011 18:42:47 +0200 > > > From: Ariane van der Steldt > > > So it turns out that my allocator is not capable of handling the > > > pmap_

Re: pmap prefer diff

2011-04-06 Thread Ariane van der Steldt
On Wed, Apr 06, 2011 at 10:31:14AM +0200, Mark Kettenis wrote: > > Date: Tue, 5 Apr 2011 18:42:47 +0200 > > From: Ariane van der Steldt > > So it turns out that my allocator is not capable of handling the pmap_prefer > > horror. This diff exports the actual parameters of pmap_prefer, so I can > >

Re: pmap prefer diff

2011-04-06 Thread Jasper Lievisse Adriaanse
On Tue, Apr 05, 2011 at 06:42:47PM +0200, Ariane van der Steldt wrote: > Hi, > > So it turns out that my allocator is not capable of handling the pmap_prefer > horror. This diff exports the actual parameters of pmap_prefer, so I can > make the allocator deal with this intelligently. > > I need co

Re: pmap prefer diff

2011-04-06 Thread Mark Kettenis
> Date: Tue, 5 Apr 2011 18:42:47 +0200 > From: Ariane van der Steldt > > Hi, > > So it turns out that my allocator is not capable of handling the pmap_prefer > horror. This diff exports the actual parameters of pmap_prefer, so I can > make the allocator deal with this intelligently. > > I need

pmap prefer diff

2011-04-05 Thread Ariane van der Steldt
Hi, So it turns out that my allocator is not capable of handling the pmap_prefer horror. This diff exports the actual parameters of pmap_prefer, so I can make the allocator deal with this intelligently. I need compile tests on: - arm - hppa - hppa64 - m68k - mips64 - sh - sparc - sparc64 Since th