Changeset 8cbf1c3 in mainline for kernel/genarch/src/mm/as_pt.c
- Timestamp:
- 2013-09-09T23:13:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2a0d76
- Parents:
- c67dbd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/mm/as_pt.c
rc67dbd6 r8cbf1c3 73 73 pte_t *ptl0_create(unsigned int flags) 74 74 { 75 pte_t *dst_ptl0 = (pte_t *) frame_alloc(PTL0_SIZE,76 FRAME_LOWMEM | FRAME_KA);75 pte_t *dst_ptl0 = (pte_t *) PA2KA(frame_alloc(PTL0_SIZE, 76 FRAME_LOWMEM, 0)); 77 77 size_t table_size = FRAME_SIZE << PTL0_SIZE; 78 78
Note:
See TracChangeset
for help on using the changeset viewer.