Changeset dc747e3 in mainline for generic/include/mm/frame.h
- Timestamp:
- 2005-12-15T10:27:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7dd2561
- Parents:
- 3fc03fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/frame.h
r3fc03fd rdc747e3 55 55 link_t link; /**< link to previous and next zone */ 56 56 57 spinlock_t lock; /**< this lock protects everything below */57 SPINLOCK_DECLARE(lock); /**< this lock protects everything below */ 58 58 __address base; /**< physical address of the first frame in the frames array */ 59 59 frame_t *frames; /**< array of frame_t structures in this zone */
Note:
See TracChangeset
for help on using the changeset viewer.