Changeset f941347 in mainline for arch/ppc32/loader/ofw.c
- Timestamp:
- 2006-03-17T12:46:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dcde32
- Parents:
- 543c31f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/ofw.c
r543c31f rf941347 130 130 131 131 132 int ofw_map(const void *phys, const void *virt, const int size, const int mode) 133 { 134 return ofw_call("call-method", 6, 1, "map", ofw_mmu, mode, size, virt, phys); 135 } 136 137 132 138 int ofw_memmap(memmap_t *map) 133 139 {
Note:
See TracChangeset
for help on using the changeset viewer.