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

Re: temp. mem mappings



Hi,

On Tue, Jun 05, 2001 at 01:51:37PM -0500, Timur Tabi wrote:

> > > Allocate a virtual memory area using vmalloc and then save and modify the
> > > pmd/pgd/pte to point to the physical memory you want.  To unmap, just undo the
> > > previous steps.
> > 
> > ioremap() is there for exactly that purpose. 
> 
> True, except that you can't use ioremap on normal memory, which is what I
> assumed he was trying to do.

Normal memory is identity-mapped very early in boot anyway (except for
highmem on large Intel boxes, that is, and kmap() works for that.)

--Stephen
--
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/