Changeset e49e234 in mainline for kernel/arch/ppc32/src/mm/frame.c
- Timestamp:
- 2009-02-27T11:32:31Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f7f6ea
- Parents:
- 5f0f29ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/mm/frame.c
r5f0f29ce re49e234 41 41 42 42 uintptr_t last_frame = 0; 43 uintptr_t end_frame = 0;44 43 45 44 void physmem_print(void) … … 77 76 } 78 77 79 end_frame = last_frame;80 81 78 /* First is exception vector, second is 'implementation specific', 82 79 third and fourth is reserved, other contain real mode code */
Note:
See TracChangeset
for help on using the changeset viewer.