Changeset ae318d3 in mainline for kernel/arch/amd64/src/mm/page.c


Ignore:
Timestamp:
2009-02-16T18:50:48Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
06da55b
Parents:
17f168e
Message:

overhaul pareas: use one single physical area for the physical address space not belonging to physical memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/mm/page.c

    r17f168e rae318d3  
    215215}
    216216
     217void hw_area(uintptr_t *physaddr, pfn_t *frames)
     218{
     219        *physaddr = end_frame;
     220        *frames = ADDR2PFN(0xfffffffffffff - end_frame);
     221}
     222
    217223/** @}
    218224 */
Note: See TracChangeset for help on using the changeset viewer.