summaryrefslogtreecommitdiffstats
path: root/lib_generic/addr_map.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-81/+0
| | | | | | | | Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Introduce addr_map libraryKumar Gala2008-12-151-0/+81
Add a library that helps in translating between virtual and physical addresses. This library can be useful as a simple means to implement map_physmem() and virt_to_phys() for platforms that need functionality beyond the simple 1:1 mapping. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
OpenPOWER on IntegriCloud