From: Konrad Rzeszutek Wilk Date: Fri, 8 Oct 2010 15:06:20 +0000 (-0400) Subject: swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it. X-Git-Tag: v2.6.37-rc1~48^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2775609c5d9a9d40ad5f101e23438ceacee4250b;p=pandora-kernel.git swiotlb-xen: On x86-32 builts, select SWIOTLB instead of depending on it. We used to depend on CONFIG_SWIOTLB, but that is disabled by default. So when compiling we get this compile error: arch/x86/xen/pci-swiotlb-xen.c: In function 'pci_xen_swiotlb_detect': arch/x86/xen/pci-swiotlb-xen.c:48: error: lvalue required as left operand of assignment Fix it by actually activating the SWIOTLB library. Reported-by: Stefano Stabellini Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed