Re: [PATCH?][arch/parisc/kernel/pci-dma.c] pcxl_dma_ops.alloc_noncoherent = pa11_dma_alloc_consistent?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roel Kluin
Date: Monday, February 11, 2008 - 9:45 am

Matthew Wilcox wrote:
Maybe this helps a bit: later I found that something similar occurs in 
drivers/parisc/{ccio-dma.c, sba_iommu.c}:

1010: .alloc_consistent =     ccio_alloc_consistent,
      .alloc_noncoherent =    ccio_alloc_consistent,

1036: .alloc_consistent =     sba_alloc_consistent,
      .alloc_noncoherent =    sba_alloc_consistent,

However in these files the functions {ccio_alloc, sba_alloc}_noncoherent
do not exist.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH?][arch/parisc/kernel/pci-dma.c] pcxl_dma_ops.al ..., Roel Kluin, (Mon Feb 11, 9:45 am)
Re: [PATCH?][arch/parisc/kernel/pci-dma.c] pcxl_dma_o ..., John David Anglin, (Mon Feb 11, 10:08 am)