commit | 459121c9ec1e6c5d701f6520f4170719ac008951 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Tue Apr 08 13:20:43 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:57 2008 +0200 |
tree | 5b0fd3dbc761647e8da7a2be103c797cce0a8621 | |
parent | 19e395afb44746ce7422a9eabcf883d5eec2bb80 [diff] |
x86: introduce pci-dma.c This patch introduces pci-dma.c, a common file for pci dma between i386 and x86_64. As a start, dma_set_mask() is the same between architectures, and is placed there. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>