x86: introduce pci-dma.c
authorGlauber Costa <gcosta@redhat.com>
Tue, 8 Apr 2008 16:20:43 +0000 (13:20 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:57 +0000 (19:19 +0200)
commit459121c9ec1e6c5d701f6520f4170719ac008951
tree5b0fd3dbc761647e8da7a2be103c797cce0a8621
parent19e395afb44746ce7422a9eabcf883d5eec2bb80
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>
arch/x86/kernel/Makefile
arch/x86/kernel/pci-dma.c [new file with mode: 0644]
arch/x86/kernel/pci-dma_32.c
arch/x86/kernel/pci-dma_64.c