WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen t

To: Muli Ben-Yehuda <mulix@xxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen tree
From: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Date: Fri, 16 Dec 2005 01:04:09 +0000
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Jon Mason <jdmason@xxxxxxxxxx>
Delivery-date: Fri, 16 Dec 2005 01:06:10 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20051215171828.GE13030@xxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20051215171828.GE13030@xxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.1i
On Thu, Dec 15, 2005 at 07:18:28PM +0200, Muli Ben-Yehuda wrote:
> The linux-2.6-xen tree has a typo in the Kconfig file for i386 that
> disables building swiotlb. This patch fixes it in the same manner that
> x86-64 does it.

Thanks!  I've applied the patch.

    christian

> 
> Cheers,
> Muli
> 
> Signed-Off-By: Muli Ben-Yehuda <mulix@xxxxxxxxx>
> 
> diff -r c1c170a55fe0e97156379d10870aed024ed0012a arch/i386/Kconfig
> --- a/arch/i386/Kconfig       Thu Dec  8 20:50:02 2005 -0700
> +++ b/arch/i386/Kconfig       Tue Dec 13 20:07:34 2005 +0200
> @@ -58,6 +58,7 @@
>       bool "Xen-compatible"
>       select X86_UP_APIC if !SMP && XEN_PRIVILEGED_GUEST
>       select X86_UP_IOAPIC if !SMP && XEN_PRIVILEGED_GUEST
> +     select SWIOTLB if XEN_PHYSDEV_ACCESS
>       help
>         Choose this option is you plan to run this kernel on top of Xen
>         Hypervisor.
> @@ -716,8 +717,7 @@
>  
>  config SWIOTLB
>       bool
> -     depends on X86_PRIVILEGED_GUEST
> -     default y
> +     default n
>  
>  source "drivers/firmware/Kconfig"
>  
> -- 
> Muli Ben-Yehuda
> http://www.mulix.org | http://mulix.livejournal.com/
> 

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

<Prev in Thread] Current Thread [Next in Thread>