Re: Remove the freelist member from vm_physseg

2011-05-14 Thread Ariane van der Steldt
On Fri, May 13, 2011 at 11:36:48PM +0100, Owain Ainsworth wrote: On Mon, May 09, 2011 at 10:15:23PM +0100, Owain Ainsworth wrote: On Mon, May 09, 2011 at 07:22:01PM +0100, Owain Ainsworth wrote: The new world order of pmemrange makes this data completely redundant (being dealt with by the

Re: Remove the freelist member from vm_physseg

2011-05-13 Thread Owain Ainsworth
On Mon, May 09, 2011 at 10:15:23PM +0100, Owain Ainsworth wrote: On Mon, May 09, 2011 at 07:22:01PM +0100, Owain Ainsworth wrote: The new world order of pmemrange makes this data completely redundant (being dealt with by the pmemrange constraints instead). Remove all code that messes with

Re: Remove the freelist member from vm_physseg

2011-05-09 Thread Owain Ainsworth
On Mon, May 09, 2011 at 07:22:01PM +0100, Owain Ainsworth wrote: The new world order of pmemrange makes this data completely redundant (being dealt with by the pmemrange constraints instead). Remove all code that messes with the freelist. While touching every caller of uvm_page_physload()