Changeset f6a0f06 in mainline
- Timestamp:
- 2006-05-09T18:34:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cfffb000
- Parents:
- 381465e
- Location:
- arch
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/frame.c
r381465e rf6a0f06 60 60 frame_mark_unavailable(0, 4); 61 61 62 /* Merge all zones to 1 big zone */63 zone_merge_all();64 62 } -
arch/ppc32/src/ppc32.c
r381465e rf6a0f06 60 60 void arch_post_mm_init(void) 61 61 { 62 if (config.cpu_active == 1) { 63 /* Merge all zones to 1 big zone */ 64 zone_merge_all(); 65 } 62 66 } 63 67 -
arch/ppc64/src/mm/frame.c
r381465e rf6a0f06 60 60 frame_mark_unavailable(0, 4); 61 61 62 /* Merge all zones to 1 big zone */63 zone_merge_all();64 62 } -
arch/ppc64/src/ppc64.c
r381465e rf6a0f06 48 48 void arch_post_mm_init(void) 49 49 { 50 if (config.cpu_active == 1) { 51 /* Merge all zones to 1 big zone */ 52 zone_merge_all(); 53 } 50 54 } 51 55
Note:
See TracChangeset
for help on using the changeset viewer.