Changeset f941347 in mainline for arch/ppc32/loader/ofw.c


Ignore:
Timestamp:
2006-03-17T12:46:35Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7dcde32
Parents:
543c31f
Message:

relocate boot loader structures if needed
(allowing to boot on stupid OFW implementations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/ofw.c

    r543c31f rf941347  
    130130
    131131
     132int 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
    132138int ofw_memmap(memmap_t *map)
    133139{
Note: See TracChangeset for help on using the changeset viewer.