]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa916fe09b5dc87f29eb1ccba5e6ab84c1250b11
tree5b0fd3dbc761647e8da7a2be103c797cce0a8621
parent0b9620049d8da6045ec021983bb326416a56d335
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