Changeset d7533c7 in mainline for kernel/generic/src/console/console.c


Ignore:
Timestamp:
2011-01-29T18:57:00Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
6119f24
Parents:
0b6931a
Message:

add support for pareas mappable by unprivileged tasks
(currenty, only the clock page has this property)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/console.c

    r0b6931a rd7533c7  
    160160        klog_parea.pbase = (uintptr_t) faddr;
    161161        klog_parea.frames = SIZE2FRAMES(sizeof(klog));
     162        klog_parea.unpriv = false;
    162163        ddi_parea_register(&klog_parea);
    163164       
Note: See TracChangeset for help on using the changeset viewer.