Changeset 328f2934 in mainline for arch/mips32/src/mm/page.c
- Timestamp:
- 2005-12-04T19:37:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf585c9
- Parents:
- d7ac642
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/page.c
rd7ac642 r328f2934 40 40 __address ptl0; 41 41 42 ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC );42 ptl0 = frame_alloc(FRAME_KA | FRAME_PANIC, 0); 43 43 memsetb(ptl0, FRAME_SIZE, 0); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.