Version three. * LEON dma_ops = pci32_dma_ops. * mmu_inval_dma_area takes void * instead of unsigned long to avoid casts. * Fixed an error in the error handling of sbus_alloc_coherent. Thanks for reviewing. Kristoffer Glembo (6): sparc: Replace open coded page alignment with PAGE_ALIGN macro. sparc: Add pci32_unmap_page. sparc/leon: Add LEON dma_ops. sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping enabled. sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimize casts. sparc: Fix sbus_alloc_coherent error handling. arch/sparc/kernel/ioport.c | 108 +++++++++++++++++++++++++------------------ 1 files changed, 63 insertions(+), 45 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html