All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix linux compilation on x86-64
@ 2007-01-20 17:22 Stefan Berger
  2007-01-21  6:57 ` Muli Ben-Yehuda
  2007-01-21 15:30 ` Keir Fraser
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Berger @ 2007-01-20 17:22 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

This patch fixes Linux 2.6.18 compilation on x86-64 and also works on
i386.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>



[-- Attachment #2: swiotlb_force_x86-64-fix.diff --]
[-- Type: text/x-patch, Size: 486 bytes --]

Index: root/xen-unstable.hg/linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c
===================================================================
--- root.orig/xen-unstable.hg/linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c
+++ root/xen-unstable.hg/linux-2.6-xen-sparse/arch/i386/kernel/swiotlb.c
@@ -47,7 +47,7 @@ EXPORT_SYMBOL(swiotlb);
  */
 #define IO_TLB_SHIFT 11
 
-static int swiotlb_force;
+int swiotlb_force;
 static char *iotlb_virt_start;
 static unsigned long iotlb_nslabs;
 

[-- Attachment #3: 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] 6+ messages in thread

end of thread, other threads:[~2007-01-22 14:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-20 17:22 [PATCH] Fix linux compilation on x86-64 Stefan Berger
2007-01-21  6:57 ` Muli Ben-Yehuda
2007-01-21 15:30 ` Keir Fraser
2007-01-21 16:25   ` Stefan Berger
2007-01-21 18:06   ` Stephan Seitz
2007-01-22 14:42   ` B Thomas

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.