From: Arnd Bergmann Date: Thu, 2 May 2013 15:16:22 +0000 (+0200) Subject: xen: SWIOTLB is only used on x86 X-Git-Tag: v3.10-rc1~2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b404d99369ba3e6ec3259a4ea14bf1c18283f3;p=pandora-kernel.git xen: SWIOTLB is only used on x86 Enabling SWIOTLB_XEN on ARM results in build errors because the underlying SWIOTLB is only available on X86: drivers/xen/swiotlb-xen.c: In function 'is_xen_swiotlb_buffer': drivers/xen/swiotlb-xen.c:105:2: error: implicit declaration of function 'mfn_to_local_pfn Cc: Konrad Rzeszutek Wilk Acked-by: Stefano Stabellini Signed-off-by: Arnd Bergmann Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed