Changeset ae318d3 in mainline for kernel/generic/src/lib/rd.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/generic/src/lib/rd.c

    r17f168e rae318d3  
    8989        rd_parea.pbase = ALIGN_DOWN((uintptr_t) KA2PA((void *) header + hsize),
    9090            FRAME_SIZE);
    91         rd_parea.vbase = (uintptr_t) ((void *) header + hsize);
    9291        rd_parea.frames = SIZE2FRAMES(dsize);
    93         rd_parea.cacheable = true;
    9492        ddi_parea_register(&rd_parea);
    9593
Note: See TracChangeset for help on using the changeset viewer.