Changeset 32fffef0 in mainline for kernel/generic/src/mm/frame.c
- Timestamp:
- 2006-08-29T11:06:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa6044
- Parents:
- c8ea4a8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/frame.c
rc8ea4a8b r32fffef0 929 929 * @param order Allocate exactly 2^order frames. 930 930 * @param flags Flags for host zone selection and address processing. 931 * @param status Allocation status (FRAME_OK on success), unused if NULL.932 931 * @param pzone Preferred zone 933 932 * … … 988 987 /** Free a frame. 989 988 * 990 * Find respective frame structure for supplied PFN.989 * Find respective frame structure for supplied physical frame address. 991 990 * Decrement frame reference count. 992 991 * If it drops to zero, move the frame structure to free list.
Note:
See TracChangeset
for help on using the changeset viewer.