Changeset 63d1ebd in mainline


Ignore:
Timestamp:
2009-03-04T16:30:58Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89b1b64
Parents:
150385b9
Message:

Fix typo.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/include/asm.h

    r150385b9 r63d1ebd  
    9090
    9191        return *((uint16_t *)(IA64_IOSPACE_ADDRESS +
    92             ((prt & 0xffE) | ((prt >> 2) << 12))));
     92            ((prt & 0xfff) | ((prt >> 2) << 12))));
    9393}
    9494
  • uspace/lib/libc/arch/ia64/include/ddi.h

    r150385b9 r63d1ebd  
    9797
    9898        return *((uint16_t *)(IA64_IOSPACE_ADDRESS +
    99             ((prt & 0xffE) | ((prt >> 2) << 12))));
     99            ((prt & 0xfff) | ((prt >> 2) << 12))));
    100100}
    101101
Note: See TracChangeset for help on using the changeset viewer.