Changeset 58f6229 in mainline


Ignore:
Timestamp:
2011-12-19T17:38:53Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a438de4
Parents:
fbcdeb8
Message:

fix compilation on sparc64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/obio/obio.c

    rfbcdeb8 r58f6229  
    127127        int flags = AS_AREA_READ | AS_AREA_WRITE;
    128128        int retval = physmem_map(base_phys,
    129             ALIGN_UP(OBIO_SIZE, PAGE_SIZE) >> PAGE_WIDTH, flags, &base_virt);
     129            ALIGN_UP(OBIO_SIZE, PAGE_SIZE) >> PAGE_WIDTH, flags,
     130            (void *) &base_virt);
    130131       
    131132        if (retval < 0) {
Note: See TracChangeset for help on using the changeset viewer.