Changeset 4449c6c in mainline for uspace/lib/c/arch/ia64/include/ddi.h
- Timestamp:
- 2012-02-18T23:13:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26f407e9
- Parents:
- 00aece0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/ddi.h
r00aece0 r4449c6c 134 134 asm volatile ("mf\n" ::: "memory"); 135 135 136 if (port < (ioport32_t *) port) {136 if (port < (ioport32_t *) IO_SPACE_BOUNDARY) { 137 137 uintptr_t prt = (uintptr_t) port; 138 138
Note:
See TracChangeset
for help on using the changeset viewer.