# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID ea0ac59b807f9fadd072b1f4f625eb3739da9635 # Parent 92de65172eddd5fe77178ab4c83ae3d278e50092 alloc_empty_foreign_map_page() in xenia64_init.c isn't used with CONFIG_XEN_IA64_DOM0_VP enabled. PATCHNAME: xenia64_init_linux Signed-off-by: Isaku Yamahata diff -r 92de65172edd -r ea0ac59b807f linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c --- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c Mon May 8 11:42:34 2006 +0900 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/xenia64_init.c Mon May 8 11:42:35 2006 +0900 @@ -35,6 +35,7 @@ int xen_init(void) return 0; } +#ifndef CONFIG_XEN_IA64_DOM0_VP /* We just need a range of legal va here, though finally identity * mapped one is instead used for gnttab mapping. */ @@ -47,6 +48,7 @@ unsigned long alloc_empty_foreign_map_pa return (unsigned long)vma->addr; } +#endif #if 0 /* These should be define'd but some drivers use them without