| To: | Kevin Cernekee <cernekee@gmail.com> |
|---|---|
| Subject: | Re: [PATCH v3 2/2] MIPS: HIGHMEM DMA on noncoherent MIPS32 processors |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 13 Oct 2010 08:53:47 +0100 |
| Cc: | dediao@cisco.com, ddaney@caviumnetworks.com, dvomlehn@cisco.com, sshtylyov@mvista.com, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <f3f140ca90dc9dac2f645748bc3a0150@localhost> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <f3f140ca90dc9dac2f645748bc3a0150@localhost> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Sat, Oct 09, 2010 at 06:53:42PM -0700, Kevin Cernekee wrote: > [v3: Patch has been rebased against linux-queue.git, which uses the new > dma-mapping-common.h API.] > > The MIPS DMA coherency functions do not work properly (i.e. kernel oops) > when HIGHMEM pages are passed in as arguments. This patch uses the PPC > approach of calling kmap_atomic() with IRQs disabled to temporarily map > high pages, in order to flush them out to memory. It's this disabling of interrupts which I don't like. It's easy to get around it by having one kmap type for each of process, softirq and interrupt context. The good news is that Peter Zijlstra has rewritten kmap to make the need for manually allocated kmap types go away and his patches are queued to be merged for 2.6.37. So I'd like to put this patch on hold until after his patches are merged. Does your system have both highmem and cache aliases? Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/2 RFC] of/mips: Add device tree support to MIPS, Grant Likely |
|---|---|
| Next by Date: | Re: [PATCH] MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes., Ralf Baechle |
| Previous by Thread: | [PATCH v3 2/2] MIPS: HIGHMEM DMA on noncoherent MIPS32 processors, Kevin Cernekee |
| Next by Thread: | Re: [PATCH v3 2/2] MIPS: HIGHMEM DMA on noncoherent MIPS32 processors, Kevin Cernekee |
| Indexes: | [Date] [Thread] [Top] [All Lists] |