Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-17 Thread Matt Mackall
On Wed, Apr 11, 2007 at 04:35:44PM +1000, Nick Piggin wrote: > Matt Mackall wrote: > >Move the page walker code to lib/ > > > >This lets it get shared outside of proc/ and linked in only when > >needed. > > Still should go into mm/ > > If it had, you might have also noticed your pagetable walking

Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-11 Thread Nick Piggin
Matt Mackall wrote: On Wed, Apr 11, 2007 at 04:35:44PM +1000, Nick Piggin wrote: Matt Mackall wrote: Move the page walker code to lib/ This lets it get shared outside of proc/ and linked in only when needed. Still should go into mm/ If it had, you might have also noticed your pagetable wa

Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-11 Thread Matt Mackall
On Wed, Apr 11, 2007 at 04:35:44PM +1000, Nick Piggin wrote: > Matt Mackall wrote: > >Move the page walker code to lib/ > > > >This lets it get shared outside of proc/ and linked in only when > >needed. > > Still should go into mm/ > > If it had, you might have also noticed your pagetable walking

Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-11 Thread Nick Piggin
Andrew Morton wrote: On Wed, 11 Apr 2007 16:35:44 +1000 Nick Piggin <[EMAIL PROTECTED]> wrote: Matt Mackall wrote: Move the page walker code to lib/ This lets it get shared outside of proc/ and linked in only when needed. Still should go into mm/ spose so. If it had, you might have

Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-11 Thread Andrew Morton
On Wed, 11 Apr 2007 16:35:44 +1000 Nick Piggin <[EMAIL PROTECTED]> wrote: > Matt Mackall wrote: > > Move the page walker code to lib/ > > > > This lets it get shared outside of proc/ and linked in only when > > needed. > > Still should go into mm/ spose so. > If it had, you might have also not

Re: [PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-10 Thread Nick Piggin
Matt Mackall wrote: Move the page walker code to lib/ This lets it get shared outside of proc/ and linked in only when needed. Still should go into mm/ If it had, you might have also noticed your pagetable walking code is completely different from how everyone else does it, and fixed that too

[PATCH 6/13] maps#2: Move the page walker code to lib/

2007-04-06 Thread Matt Mackall
Move the page walker code to lib/ This lets it get shared outside of proc/ and linked in only when needed. Signed-off-by: Matt Mackall <[EMAIL PROTECTED]> Index: mm/fs/proc/task_mmu.c === --- mm.orig/fs/proc/task_mmu.c 2007-03-27 2