]> Git Repo - J-linux.git/commit
x86: Detect whether we should use Xen SWIOTLB.
authorKonrad Rzeszutek Wilk <[email protected]>
Thu, 18 Mar 2010 17:53:24 +0000 (13:53 -0400)
committerKonrad Rzeszutek Wilk <[email protected]>
Mon, 2 Aug 2010 19:18:33 +0000 (15:18 -0400)
commitfe96eb404e33b59bb39f7050205f7c56c1c7d686
treeee1aee5aa59706c08579520b7072db0ed0ea9191
parentbbbe57386e857eb2a8d4abcae71063c819c06ff1
x86: Detect whether we should use Xen SWIOTLB.

It is paramount that we call pci_xen_swiotlb_detect before
pci_swiotlb_detect as both implementations use the 'swiotlb'
and 'swiotlb_force' flags. The pci-xen_swiotlb_detect inhibits
the swiotlb_force and swiotlb flag so that the native SWIOTLB
implementation is not enabled when running under Xen.

[since v1 changed two Cc's to Acked-by]

Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Acked-by: Jeremy Fitzhardinge <[email protected]>
Acked-by: FUJITA Tomonori <[email protected]>
    [http://lkml.org/lkml/2010/7/27/374]
Cc: Albert Herranz <[email protected]>
Cc: Ian Campbell <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Acked-by: "H. Peter Anvin" <[email protected]>
    [conditional http://lkml.org/lkml/2010/8/2/324]
Cc: [email protected]
Cc: Jesse Barnes <[email protected]>
arch/x86/kernel/pci-dma.c
This page took 0.041625 seconds and 4 git commands to generate.