All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-2.6-xen.hg missing bits from xen-unstable.hg cset 11032
@ 2006-10-06 13:16 Aron Griffis
  0 siblings, 0 replies; only message in thread
From: Aron Griffis @ 2006-10-06 13:16 UTC (permalink / raw)
  To: Christian.Limpach; +Cc: Chris Wright, xen-devel, Alex Williamson, Juan Quintela


[-- Attachment #1.1: Type: text/plain, Size: 1072 bytes --]

Hi Christian,

Trying to pull recent xen-unstable bits into linux-2.6-xen shows
a conflict in blkback.c.  The problem is that some bits were
apparently lost when pulling xen-unstable.hg cset 11032.  Here is the
necessary patch.

Signed-off-by: Aron Griffis <aron@hp.com>

--- linux-2.6-xen.hg/drivers/xen/blkback/blkback.c	2006-09-11 12:27:11.000000000 -0400
+++ xen-unstable.hg/linux-2.6-xen-sparse/drivers/xen/blkback/blkback.c	2006-09-28 14:56:10.000000000 -0400
@@ -514,17 +514,10 @@
 
 	mmap_pages            = blkif_reqs * BLKIF_MAX_SEGMENTS_PER_REQUEST;
 
-#ifdef CONFIG_XEN_IA64_DOM0_NON_VP
-	extern unsigned long alloc_empty_foreign_map_page_range(
-		unsigned long pages);
-	mmap_vstart = (unsigned long)
-		alloc_empty_foreign_map_page_range(mmap_pages);
-#else /* ! ia64 */
 	page = balloon_alloc_empty_page_range(mmap_pages);
 	if (page == NULL)
 		return -ENOMEM;
 	mmap_vstart = (unsigned long)pfn_to_kaddr(page_to_pfn(page));
-#endif
 
 	pending_reqs          = kmalloc(sizeof(pending_reqs[0]) *
 					blkif_reqs, GFP_KERNEL);

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-06 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 13:16 linux-2.6-xen.hg missing bits from xen-unstable.hg cset 11032 Aron Griffis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.