Changeset f79e357 in mainline


Ignore:
Timestamp:
2005-08-11T14:39:51Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
82f9955
Parents:
c913e456
Message:

remove forgotten comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mm/page.c

    rc913e456 rf79e357  
    7777        __address newpt;
    7878
    79 //      ptl0 = (pte_t *) PA2KA(root ? root : (__address) GET_PTL0_ADDRESS());
     79        ptl0 = (pte_t *) PA2KA(root ? root : (__address) GET_PTL0_ADDRESS());
    8080
    8181        if (GET_PTL1_FLAGS(ptl0, PTL0_INDEX(page)) & PAGE_NOT_PRESENT) {
Note: See TracChangeset for help on using the changeset viewer.