[uClinux-dev] [PATCH] nommu: implement vmap/vunmap with kmalloc

2009-12-21 Thread Mike Frysinger
git-svn-id: svn://localhost/svn/linux-kernel/tr...@7693 526b6c2d-f592-4532-a319-5dd88ccb003d --- mm/nommu.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/mm/nommu.c b/mm/nommu.c index 8687973..d28ab94 100644 --- a/mm/nommu.c +++ b/mm/nommu.c @@ -360,14

Re: [uClinux-dev] [PATCH] nommu: implement vmap/vunmap with kmalloc

2010-01-06 Thread Mike Frysinger
On Mon, Dec 21, 2009 at 11:44, Mike Frysinger wrote: > git-svn-id: svn://localhost/svn/linux-kernel/tr...@7693 > 526b6c2d-f592-4532-a319-5dd88ccb003d blah, didnt realize i still had this crap. drop the changelog and add: Signed-off-by: Mike Frysinger -mike __