]> xenbits.xensource.com Git - xen.git/commit
map_p2m_entry only needs gpfn and gmfn as input parameters.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 27 Jul 2006 12:17:58 +0000 (13:17 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 27 Jul 2006 12:17:58 +0000 (13:17 +0100)
commit2da7319d6a00be08844522fa865daf26f3012b3b
treec1c481e507b312e63899fdd409239ce77ed28379
parent3461dbd75f6aef0bfe3cf202a059103d75cddfb9
map_p2m_entry only needs gpfn and gmfn as input parameters.
Current map_p2m_entry has a redundant input parameter 'va', this patch
removes it.

Signed-off-by: Xin Li <xin.b.li@intel.com>
xen/arch/x86/shadow32.c
xen/arch/x86/shadow_public.c