Changeset 8440473 in mainline for uspace/fb/fb.c


Ignore:
Timestamp:
2006-10-26T21:36:32Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c84448
Parents:
19dce27
Message:

Minor changes. Some coding style fixes and also a type (tee vs. tree).
One AS → as change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/fb/fb.c

    r19dce27 r8440473  
    12471247        fb_addr = as_get_mappable_page(asz);
    12481248       
    1249         map_physmem(fb_ph_addr, fb_addr, ALIGN_UP(asz,PAGE_SIZE) >>PAGE_WIDTH,
     1249        map_physmem(fb_ph_addr, fb_addr, ALIGN_UP(asz, PAGE_SIZE) >> PAGE_WIDTH,
    12501250                    AS_AREA_READ | AS_AREA_WRITE);
    12511251
Note: See TracChangeset for help on using the changeset viewer.