Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2106

/trunk/kernel/generic/include/mm/as.h
167,9 → 167,7
mutex_t lock;
/** Containing address space. */
as_t *as;
/**
* Flags related to the memory represented by the address space area.
*/
/** Flags related to the memory represented by the address space area. */
int flags;
/** Attributes related to the address space area itself. */
int attributes;
181,8 → 179,8
btree_t used_space;
 
/**
* If the address space area has been shared, this pointer will
* reference the share info structure.
* If the address space area has been shared, this pointer will reference
* the share info structure.
*/
share_info_t *sh_info;