Ignore:
File:
1 edited

Legend:

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

    rcaed0279 r34ab31c0  
    346346                SET_PTL1_ADDRESS(ptl0, PTL0_INDEX(addr), KA2PA(l1));
    347347                SET_PTL1_FLAGS(ptl0, PTL0_INDEX(addr),
    348                     PAGE_PRESENT | PAGE_USER | PAGE_EXEC | PAGE_CACHEABLE |
    349                     PAGE_WRITE);
     348                    PAGE_PRESENT | PAGE_USER | PAGE_CACHEABLE |
     349                    PAGE_EXEC | PAGE_WRITE | PAGE_READ);
    350350        }
    351351}
Note: See TracChangeset for help on using the changeset viewer.