Changeset 2cf5634 in mainline for arch/ppc32/src/mm/memory_init.c
- Timestamp:
- 2005-12-22T11:09:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ae4443
- Parents:
- 096d11e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/mm/memory_init.c
r096d11e5 r2cf5634 49 49 panic("Device /memory has no reg property\n"); 50 50 51 size_t total ;51 size_t total = 0; 52 52 int i; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.