]> git.baikalelectronics.ru Git - kernel.git/commit
x86: move alloc and free coherent to common header
authorGlauber Costa <gcosta@redhat.com>
Tue, 25 Mar 2008 21:36:31 +0000 (18:36 -0300)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:56 +0000 (19:19 +0200)
commit7f44a08575108f6fe3d4b423d8f199e34c7dd533
tree62852546c33e7d33fed5e83962ae0af6947cc6ed
parent6231cd041554a4a2633434dc3d62ff6a39466c4e
x86: move alloc and free coherent to common header

they are the same between architectures. (except for the fact
that x86_64 has duplicate code)

move them to dma-mapping.h

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/dma-mapping.h
include/asm-x86/dma-mapping_32.h
include/asm-x86/dma-mapping_64.h