]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move dma_supported and dma_set_mask to pci-dma_32.c
authorGlauber Costa <gcosta@redhat.com>
Tue, 25 Mar 2008 21:36:34 +0000 (18:36 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:56 +0000 (19:19 +0200)
commit4c5dad49a5b74733f2675bf78d8579d8e1de100b
tree7bcb1c348086b01a4ecb4f01b3a910d9c9e2a101
parent74b56ab5783bea72c1dc7f94fe86bcedf497e531
x86: move dma_supported and dma_set_mask to pci-dma_32.c

This is the way x86_64 does, so this make them equal. They have
to be extern now in the header, and the extern definition is moved to
the common dma-mapping.h header.

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/pci-dma_32.c
include/asm-x86/dma-mapping.h
include/asm-x86/dma-mapping_32.h
include/asm-x86/dma-mapping_64.h