Changeset 328f2934 in mainline for arch/ppc32
- 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
 
 - 
          
  arch/ppc32/src/mm/frame.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      arch/ppc32/src/mm/frame.crd7ac642 r328f2934 34 34 void frame_arch_init(void) 35 35 { 36 zone_t *z; 37 38 z = zone_create(0, config.memory_size & ~(FRAME_SIZE-1), 0); 39 if (!z) { 40 panic("Can't allocate zone (%dB).\n", config.memory_size & ~(FRAME_SIZE-1)); 41 } 42 zone_attach(z); 36 zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1)); 43 37 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
