]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
paravirt: add an "mm" argument to alloc_pt
authorJeremy Fitzhardinge <jeremy@xensource.com>
Wed, 18 Jul 2007 01:37:03 +0000 (18:37 -0700)
committerJeremy Fitzhardinge <jeremy@goop.org>
Wed, 18 Jul 2007 15:47:40 +0000 (08:47 -0700)
commitfdb4c338c8d1d494e17c3422a3ea2129f6791596
tree08305dcbbf4179299f5d001796d658ff08ecc014
parent810bab448e563ffd1718d78e9a3756806b626acc
paravirt: add an "mm" argument to alloc_pt

It's useful to know which mm is allocating a pagetable.  Xen uses this
to determine whether the pagetable being added to is pinned or not.

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
arch/i386/kernel/vmi.c
arch/i386/mm/init.c
arch/i386/mm/pageattr.c
include/asm-i386/paravirt.h
include/asm-i386/pgalloc.h