Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3430 → Rev 3431

/branches/tracing/kernel/generic/src/mm/as.c
1107,6 → 1107,8
AS = new_as;
}
 
#ifdef CONFIG_UDEBUG
 
/** Write directly into a page, bypassing area flags.
*
* This allows a debugger to write into a page that is mapped read-only
1307,6 → 1309,8
return EOK;
}
 
#endif /* defined(CONFIG_UDEBUG) */
 
/** Convert address space area flags to page flags.
*
* @param aflags Flags of some address space area.