Changeset 475dc3e in mainline for uspace/lib/c/arch/ia64/include/ddi.h
- Timestamp:
- 2012-02-19T09:48:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ebb66f
- Parents:
- a7d6185 (diff), ec8c622 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/ddi.h
ra7d6185 r475dc3e 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.