From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Date: Tue, 12 Jul 2005 19:29:25 +0000 Subject: Re: [PATCH] gurantee DMA area for alloc_bootmem_low() Message-Id: <1121196565.5992.2.camel@localhost> List-Id: References: <20050712152715.44CD.Y-GOTO@jp.fujitsu.com> <20050712183021.GC3987@w-mikek2.ibm.com> In-Reply-To: <20050712183021.GC3987@w-mikek2.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mike Kravetz Cc: Yasunori Goto , linux-mm , "Luck, Tony" , ia64 list , "Martin J. Bligh" On Tue, 2005-07-12 at 11:30 -0700, Mike Kravetz wrote: > FYI - While hacking on the memory hotplug code, I added a special > '#define MAX_DMA_PHYSADDR' to get around this issue on such architectures. > Most likely, this isn't elegant enough as a real solution. But it does > point out that __pa(MAX_DMA_ADDRESS) doesn't always give you what you > expect. Didn't we create a MAX_DMA_PHYSADDR or something, so that people could do this if they want? -- Dave