Changeset adecf496 in mainline for include/mm/frame.h
- Timestamp:
- 2005-09-23T22:54:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48a02ef
- Parents:
- 4841104
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mm/frame.h
r4841104 radecf496 53 53 count_t refcount; /**< when == 0, the frame is in free list */ 54 54 link_t link; /**< link to zone free list when refcount == 0 */ 55 } __attribute__ ((packed));55 }; 56 56 57 57 extern spinlock_t zone_head_lock; /**< this lock protects zone_head list */
Note:
See TracChangeset
for help on using the changeset viewer.