[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] early, early ioremap



On Thu, Feb 13, 2003 at 10:26:12AM -0800, Martin J. Bligh wrote:
> Either a per-page bitmap of used areas, a fixmap-type array, or simply
> making the user keep track of it would be fine ...
> 
> Opinions?

Why not use an early kmap_atomic()?  It's easy enough to enable the code 
on a non-highmem build as you would need for this purpose.  Also, making 
atomic kmaps able to map io space could be useful to replace ACPI's kludge 
too.

		-ben
-- 
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>