Changeset ae318d3 in mainline for kernel/arch/sparc64/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/sparc64/src/mm/frame.c
r17f168e rae318d3 42 42 43 43 uintptr_t last_frame = NULL; 44 uintptr_t end_frame = NULL; 44 45 45 46 /** Create memory zones according to information stored in bootinfo. … … 81 82 } 82 83 84 end_frame = last_frame; 83 85 } 84 86
Note:
See TracChangeset
for help on using the changeset viewer.