Changeset 8bfe48e in mainline


Ignore:
Timestamp:
2009-06-04T13:47:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3bf907a
Parents:
1035437
Message:

as_get_mappable_page() has an argument in bytes, not in pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/klog/klog.c

    r1035437 r8bfe48e  
    7272        klog_length = klog_size / sizeof(wchar_t);
    7373       
    74         klog = (wchar_t *) as_get_mappable_page(klog_pages);
     74        klog = (wchar_t *) as_get_mappable_page(klog_size);
    7575        if (klog == NULL) {
    7676                printf(NAME ": Error allocating memory area\n");
Note: See TracChangeset for help on using the changeset viewer.