Changeset 32fffef0 in mainline for kernel/generic/src/mm/frame.c


Ignore:
Timestamp:
2006-08-29T11:06:57Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0fa6044
Parents:
c8ea4a8b
Message:

Define architecture-specific thread sub-constructors and sub-destructors on all architectures.
Define the THREAD_FLAG_USPACE which means that the thread runs in user space.
The forementioned changes allow for allocating of user window buffer on sparc64
threads that execute in userspace.

A lot of formatting and indentation fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/mm/frame.c

    rc8ea4a8b r32fffef0  
    929929 * @param order  Allocate exactly 2^order frames.
    930930 * @param flags  Flags for host zone selection and address processing.
    931  * @param status Allocation status (FRAME_OK on success), unused if NULL.
    932931 * @param pzone  Preferred zone
    933932 *
     
    988987/** Free a frame.
    989988 *
    990  * Find respective frame structure for supplied PFN.
     989 * Find respective frame structure for supplied physical frame address.
    991990 * Decrement frame reference count.
    992991 * If it drops to zero, move the frame structure to free list.
Note: See TracChangeset for help on using the changeset viewer.