[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: temp. mem mappings
** Reply to message from cohutta <cohutta@MailAndNews.com> on Tue, 5 Jun 2001
13:54:15 -0400
> what is the a preferred/correct method to map and unmap memory
> temporarily?
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.
--
Timur Tabi - ttabi@interactivesi.com
Interactive Silicon - http://www.interactivesi.com
--
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/