commit | 22456b97148be300e25e9cb97244656775972475 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Tue Mar 25 18:36:21 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 19 19:19:56 2008 +0200 |
tree | d85225c64c776f61c9485a5ca1b06f32c53cc5fe | |
parent | 6f5366354bf86f8d2c1cf241c9bbf44b2d350e30 [diff] |
x86: implement dma_map_single through dma_ops That's already the name of the game for x86_64. For i386, we add a pci-base_32.c, that will hold the default operations. The function call itself goes through dma-mapping.h , the common 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>