Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/mm/page.c

    r1c01e6c rd99c1d2  
    255255}
    256256
     257uintptr_t hw_map(uintptr_t physaddr, size_t size __attribute__ ((unused)))
     258{
     259        /* THIS is a dirty hack. */
     260        return (uintptr_t)((uint64_t)(PA2KA(physaddr)) + VIO_OFFSET);
     261}
     262
    257263/** @}
    258264 */
Note: See TracChangeset for help on using the changeset viewer.