Changeset f275cb3 in mainline for arch/mips32/src/mm/page.c
- Timestamp:
- 2006-01-08T16:35:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2c92f33
- Parents:
- 677a6d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/page.c
r677a6d5 rf275cb3 43 43 page_operations = &page_pt_operations; 44 44 45 ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME );45 ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME, NULL); 46 46 memsetb(ptl0, FRAME_SIZE, 0); 47 47
Note:
See TracChangeset
for help on using the changeset viewer.