Changeset c32a6f37 in mainline
- Timestamp:
- 2008-07-27T13:30:53Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46d8eb9
- Parents:
- 0d387d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/frame.c
r0d387d2 rc32a6f37 134 134 /* Interrupt vector frame is blacklisted */ 135 135 pfn_t conf_frame; 136 if ( start_frame== 0)136 if (first == 0) 137 137 conf_frame = 1; 138 138 else … … 152 152 /** Create memory zones 153 153 * 154 * Walk through available 1 MB chunks of physical154 * Walk through available 256 KB chunks of physical 155 155 * memory and create zones. 156 156 *
Note:
See TracChangeset
for help on using the changeset viewer.