Changeset 2cc7f16 in mainline
- Timestamp:
 - 2012-03-12T20:27:52Z (14 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 5608deba, c6588ce
 - Parents:
 - 3cc070d
 - File:
 - 
      
- 1 edited
 
- 
          
  kernel/generic/src/mm/frame.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/generic/src/mm/frame.c
r3cc070d r2cc7f16 1270 1270 /** Adjust bounds of physical memory region according to low/high memory split. 1271 1271 * 1272 * @param low[in] If true, the ad ujstment is performed to make the region1272 * @param low[in] If true, the adjustment is performed to make the region 1273 1273 * fit in the low memory. Otherwise the adjustment is 1274 1274 * performed to make the region fit in the high memory. … … 1282 1282 bool frame_adjust_zone_bounds(bool low, uintptr_t *basep, size_t *sizep) 1283 1283 { 1284 uintptr_t limit = config.identity_size;1284 uintptr_t limit = KA2PA(config.identity_base) + config.identity_size; 1285 1285 1286 1286 if (low) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  