Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/mm/as_pt.c

    re2a0d76 r9d58539  
    7373pte_t *ptl0_create(unsigned int flags)
    7474{
    75         pte_t *dst_ptl0 = (pte_t *) PA2KA(frame_alloc(PTL0_SIZE,
    76             FRAME_LOWMEM, 0));
     75        pte_t *dst_ptl0 = (pte_t *) frame_alloc(PTL0_SIZE,
     76            FRAME_LOWMEM | FRAME_KA);
    7777        size_t table_size = FRAME_SIZE << PTL0_SIZE;
    7878       
     
    8282                /*
    8383                 * Copy the kernel address space portion to new PTL0.
     84                 *
    8485                 */
    8586               
Note: See TracChangeset for help on using the changeset viewer.