Changeset 0b5f9fa in mainline for kernel/arch/ppc64/src/mm/frame.c
- Timestamp:
- 2008-02-05T16:01:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b067315
- Parents:
- b5ed4f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/mm/frame.c
rb5ed4f8 r0b5f9fa 39 39 #include <align.h> 40 40 #include <macros.h> 41 #include <print.h> 41 42 42 43 uintptr_t last_frame = 0; 44 45 void physmem_print(void) 46 { 47 unsigned int i; 48 49 printf("Base Size\n"); 50 printf("---------- ----------\n"); 51 52 for (i = 0; i < bootinfo.memmap.count; i++) { 53 printf("%#10x %#10x\n", bootinfo.memmap.zones[i].start, 54 bootinfo.memmap.zones[i].size); 55 } 56 } 43 57 44 58 void frame_arch_init(void)
Note:
See TracChangeset
for help on using the changeset viewer.