Changeset 5a8b2a2 in mainline for uspace/fb/ega.c


Ignore:
Timestamp:
2006-12-06T22:30:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9d8b8435
Parents:
d178208
Message:

Eliminate confusion between SYS_MAP_PHYSMEM and sys_physmem_map.
The syscall is to be called SYS_PHYSMEM_MAP from now on and the functions that participate in its implementation are
called *physmem_map().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/fb/ega.c

    rd178208 r5a8b2a2  
    314314        scr_addr = as_get_mappable_page(sz);
    315315
    316         map_physmem(ega_ph_addr, scr_addr, ALIGN_UP(sz,PAGE_SIZE)>>PAGE_WIDTH,
     316        physmem_map(ega_ph_addr, scr_addr, ALIGN_UP(sz, PAGE_SIZE) >> PAGE_WIDTH,
    317317                    AS_AREA_READ | AS_AREA_WRITE);
    318318
Note: See TracChangeset for help on using the changeset viewer.