Changeset ae318d3 in mainline for kernel/arch/ppc32/src/mm/frame.c
- Timestamp:
- 2009-02-16T18:50:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06da55b
- Parents:
- 17f168e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/frame.c
r17f168e rae318d3 41 41 42 42 uintptr_t last_frame = 0; 43 uintptr_t end_frame = 0; 43 44 44 45 void physmem_print(void) … … 75 76 last_frame = ALIGN_UP(bootinfo.memmap.zones[i].start + bootinfo.memmap.zones[i].size, FRAME_SIZE); 76 77 } 77 78 79 end_frame = last_frame; 80 78 81 /* First is exception vector, second is 'implementation specific', 79 82 third and fourth is reserved, other contain real mode code */
Note:
See TracChangeset
for help on using the changeset viewer.