[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [linux-ppc-2.6] [POWERPC][XEN][LINUX] Support populate_physmap hcalls.
# HG changeset patch # User Hollis Blanchard <hollisb@xxxxxxxxxx> # Date 1172781745 21600 # Node ID 43dcc1cc2dd84e7b02c48e2824e37cf1505b2df3 # Parent 7638780944199b7dad6cc4f017e26cde99f0e695 [POWERPC][XEN][LINUX] Support populate_physmap hcalls. Signed-off-by: Ryan Harper <ryanh@xxxxxxxxxx> Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- arch/powerpc/platforms/xen/hcall.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r 763878094419 -r 43dcc1cc2dd8 arch/powerpc/platforms/xen/hcall.c --- a/arch/powerpc/platforms/xen/hcall.c Thu Mar 01 14:39:45 2007 -0600 +++ b/arch/powerpc/platforms/xen/hcall.c Thu Mar 01 14:42:25 2007 -0600 @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Copyright (C) IBM Corp. 2006 + * Copyright (C) IBM Corp. 2006, 2007 * * Authors: Hollis Blanchard <hollisb@xxxxxxxxxx> */ @@ -536,6 +536,7 @@ int HYPERVISOR_memory_op(unsigned int cm switch (cmd) { case XENMEM_increase_reservation: case XENMEM_decrease_reservation: + case XENMEM_populate_physmap: { void *desc = NULL; _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |