Changeset ce940da in mainline
- Timestamp:
- 2011-11-17T11:35:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80d301ab
- Parents:
- 5902d6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/mm/frame.h
r5902d6c rce940da 92 92 typedef struct { 93 93 size_t refcount; /**< Tracking of shared frames */ 94 uint8_t buddy_order; /**< Buddy system block order */95 94 link_t buddy_link; /**< Link to the next free block inside 96 95 one order */ 97 96 void *parent; /**< If allocated by slab, this points there */ 97 uint8_t buddy_order; /**< Buddy system block order */ 98 98 } frame_t; 99 99
Note:
See TracChangeset
for help on using the changeset viewer.