| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: Boot time memory allocation |
| From: | "Mark.Zhan" <rongkai.zhan@windriver.com> |
| Date: | Wed, 10 May 2006 10:21:03 +0800 |
| Cc: | Alex Gonzalez <langabe@gmail.com>, linux-mips@linux-mips.org |
| In-reply-to: | <20060509163411.GA8528@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <c58a7a270605090735t8e4f21ax6ca87f97b9143e3b@mail.gmail.com> <20060509163411.GA8528@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 1.5 (X11/20060313) |
Ralf Baechle wrote: On Tue, May 09, 2006 at 03:35:14PM +0100, Alex Gonzalez wrote:I have two independent processors with access to a shared memory region, mapped in the 256MB to 512MB region (kseg0). One is running a propietary OS, and the second one is running Linux 2.6.12. How would I arrange to leave that shared memory region out of the scope of Linux's memory management system, but at the same time make it possible for a driver to access it? I have done similar things before with the help of alloc_bootmem, but this time I don't want the kernel to reserve the memory, I want the kernel to be completely unaware of it, and I need to specify its start and end.At kernel initialization time just don't tell the kernel about the existence of your memory region. For many systems that just means you shrink the memory region passed to the add_memory_region() call to something that suits your platform. Ralf Maybe it is a more flexible way to specify the memory regions via command line. You know, this will produce User-defined memory regions to kernel. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: "Badness in local_bh_enable at kernel/softirq.c:140" - sgiseeq and conntrack?, Sam Cannell |
|---|---|
| Next by Date: | Re: [PATCH 1/2] Wind River 4KC PPMC Eval Board Support, Mark.Zhan |
| Previous by Thread: | Re: Boot time memory allocation, Ralf Baechle |
| Next by Thread: | Re: Boot time memory allocation, Alex Gonzalez |
| Indexes: | [Date] [Thread] [Top] [All Lists] |