Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2141 → Rev 2142

/trunk/kernel/generic/include/mm/as.h
205,7 → 205,6
/** Address space area structure.
*
* Each as_area_t structure describes one contiguous area of virtual memory.
* In the future, it should not be difficult to support shared areas.
*/
typedef struct {
mutex_t lock;