The patch titled x86-64: define dma noncoherent API functions has been removed from the -mm tree. Its filename was x86-64-define-dma-noncoherent-api-functions.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: x86-64: define dma noncoherent API functions From: Jeff Garzik <jeff@xxxxxxxxxx> x86-64 is missing these: Signed-off-by: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-x86_64/dma-mapping.h | 3 +++ 1 file changed, 3 insertions(+) diff -puN include/asm-x86_64/dma-mapping.h~x86-64-define-dma-noncoherent-api-functions include/asm-x86_64/dma-mapping.h --- a/include/asm-x86_64/dma-mapping.h~x86-64-define-dma-noncoherent-api-functions +++ a/include/asm-x86_64/dma-mapping.h @@ -63,6 +63,9 @@ static inline int dma_mapping_error(dma_ return (dma_addr == bad_dma_address); } +#define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) +#define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) + extern void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp); extern void dma_free_coherent(struct device *dev, size_t size, void *vaddr, _ Patches currently in -mm which might be from jeff@xxxxxxxxxx are git-libata-all.patch git-libata-all-forward-declare-struct-device.patch sata_nv-cleanup-adma-error-handling-v2.patch sata_nv-use-adma-for-nodata-commands.patch sis-warning-fixes.patch sata_sis-avoid-extern-decl-in-c.patch mips-declance-driver-model-for-the-pmad-a.patch mips-defxx-turbochannel-support.patch git-netdev-all.patch 8139too-force-media-setting-fix.patch hp100-convert-pci_module_init-to-pci_register_driver.patch update-smc91x-driver-with-arm-versatile-board-info.patch tulip-fix-shutdown-dma-irq-race.patch z85230-spinlock-logic.patch remove-unused-kernel-config-option-dlci_count.patch git-ioat.patch git-pciseg.patch pci-device-ensure-sysdata-initialised-v2.patch mpt-fusion-handle-pci-layer-error-on-resume.patch fix-unaligned-exception-in-drivers-net-wireless-orinococ.patch uml-network-driver-whitespace-and-style-fixes.patch add-is_power_of_2-checking-to-log2h.patch tg3-use-flush_keventd_work.patch e1000-use-flush_keventd_work.patch libata-use-flush_work.patch phy-use-flush_work.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups.patch scheduled-removal-of-sa_xxx-interrupt-flags-ata-fix.patch e1000-printk-warning-fixes.patch git-gccbug.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html