]> xenbits.xen.org Git - xenclient/kernel.git/commit
This lets it get shared outside of proc/ and linked in only when needed. maps2-patches/maps2-add-callbacks-for-each-level-to-page-walker.patch
authorMatt Mackall <mpm@selenic.com>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
committerMatt Mackall <mpm@selenic.com>
Tue, 6 Jan 2009 12:06:05 +0000 (12:06 +0000)
commitc012b2ef7881000fdf68637d931d84e4c121c354
tree8bad84f6f73766e35859e2ce46f9889a1d5171f2
parent3ba449322dee090539a24d770b3626d1a6047903
This lets it get shared outside of proc/ and linked in only when needed.

[akpm@linux-foundation.org: build fix]
Signed-off-by: Matt Mackall <mpm@selenic.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/proc/task_mmu.c |  117 -------------------------------------------
 include/linux/mm.h |   10 +++
 lib/Makefile       |    2
 lib/pagewalk.c     |  112 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 123 insertions(+), 118 deletions(-)
fs/proc/task_mmu.c
include/linux/mm.h
lib/Makefile
lib/pagewalk.c [new file with mode: 0644]