Changeset 6b1de7a in mainline
- Timestamp:
- 2009-02-25T23:03:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f0f29ce
- Parents:
- 3e5a814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/mm/page.c
r3e5a814 r6b1de7a 275 275 uintptr_t hw_map(uintptr_t physaddr, size_t size __attribute__ ((unused))) 276 276 { 277 /* T hisis a dirty hack. */278 return PA2KA(physaddr);277 /* THIS is a dirty hack. */ 278 return (uintptr_t)((uint64_t)(PA2KA(physaddr)) + VIO_OFFSET); 279 279 } 280 280
Note:
See TracChangeset
for help on using the changeset viewer.