| To: | "Ralf Baechle" <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: is remap_pfn_range should align to 2(n) * (page size) ? |
| From: | zhuzhenhua <zzh.hust@gmail.com> |
| Date: | Wed, 14 May 2008 09:19:10 +0800 |
| Cc: | linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=3cgZK5KxHHqy95NxMzOKg/woigjMu24mY1zUrbRjuT8=; b=kANWUiKJA/WAhjEQZGdgPiqJaqch7ja0K2kQI70WmFC0E252gT2jx7Io/ZRawCCqGpRovTMai5wTCwE9lE1X1AZxW5M19dGfWm4WkMscUxTeIWyNd4ZIldmoYpDZrNyjWDu55q20Wx9J8h44ZzpOX/WbemgdRasEXOpkFkw/GOM= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=P5wzS/Ra2bmwi11uKvyIx2xv/Pnto5QEfF3brf7FXKAG4GLHE9fQz7sbTKlYblfc1NqiniPmAWlFU///MXeBtM8StBfkorA0DvSnvtJxB4EnSloiqbzrbBIlEAi+m89xmX+dDkXGe4ASrzFZsLUp7xl7Gz68euQLT4O6oR6lqr8= |
| In-reply-to: | <20080513172300.GA9788@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <50c9a2250805082354x1edc1ecar89dcc3378b3bbe75@mail.gmail.com> <20080509095605.GB14450@linux-mips.org> <50c9a2250805111918r16913139obfc2982220636b3@mail.gmail.com> <20080512112233.GA8843@linux-mips.org> <50c9a2250805130444u4218654bw66f6158ba10b2b92@mail.gmail.com> <20080513172300.GA9788@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
|
On Wed, May 14, 2008 at 1:23 AM, Ralf Baechle <ralf@linux-mips.org> wrote:
Thanks for your reply. Our board is for embedded system , It only have 32M sdram and we don't want to waste 1M sdram. My sensor driver need about 2.5xM memory to capture a picture by DMA (our DMA controller do not support scatter/gather). I also can use bootargs "mem=29M" to keep 3M sdram. but it's not flexible as passing a param to driver module(calling dma_alloc_coherent). maybe my situation is not common for MIPS arch. so that's is no split_page in dma_alloc_coherent. and now after patch,it seemes ok for me. Best Regards zzh |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 6/6] RTC: Trivially probe for an M41T80 (#2), Maciej W. Rozycki |
|---|---|
| Next by Date: | [PATCH] flag parameters: MIPS socket flags, Ulrich Drepper |
| Previous by Thread: | Re: is remap_pfn_range should align to 2(n) * (page size) ?, Ralf Baechle |
| Next by Thread: | Re: is remap_pfn_range should align to 2(n) * (page size) ?, Geert Uytterhoeven |
| Indexes: | [Date] [Thread] [Top] [All Lists] |