Index: kernel/generic/src/mm/as.c
===================================================================
--- kernel/generic/src/mm/as.c	(revision 2d3ddada69970e73410065f93cd44b473eac1db0)
+++ kernel/generic/src/mm/as.c	(revision 48dcc699ceb1979a093dbc5c8b698fe7f16536ed)
@@ -801,6 +801,4 @@
 /** Check access mode for address space area.
  *
- * The address space area must be locked prior to this call.
- *
  * @param area   Address space area.
  * @param access Access mode.
@@ -1214,7 +1212,4 @@
 /** Compute flags for virtual address translation subsytem.
  *
- * The address space area must be locked.
- * Interrupts must be disabled.
- *
  * @param area Address space area.
  *
@@ -1316,6 +1311,4 @@
 
 /** Find address space area and lock it.
- *
- * The address space must be locked and interrupts must be disabled.
  *
  * @param as Address space.
@@ -1381,6 +1374,4 @@
 
 /** Check area conflicts with other areas.
- *
- * The address space must be locked and interrupts must be disabled.
  *
  * @param as         Address space.
Index: kernel/generic/src/mm/backend_elf.c
===================================================================
--- kernel/generic/src/mm/backend_elf.c	(revision 2d3ddada69970e73410065f93cd44b473eac1db0)
+++ kernel/generic/src/mm/backend_elf.c	(revision 48dcc699ceb1979a093dbc5c8b698fe7f16536ed)
@@ -269,6 +269,4 @@
  * Otherwise only portions of the area that are not backed by the ELF image
  * are put into the pagemap.
- *
- * The address space and address space area must be locked prior to the call.
  *
  * @param area		Address space area.
Index: kernel/generic/src/mm/page.c
===================================================================
--- kernel/generic/src/mm/page.c	(revision 2d3ddada69970e73410065f93cd44b473eac1db0)
+++ kernel/generic/src/mm/page.c	(revision 48dcc699ceb1979a093dbc5c8b698fe7f16536ed)
@@ -108,6 +108,4 @@
  * using flags. Allocate and setup any missing page tables.
  *
- * The page table must be locked and interrupts must be disabled.
- *
  * @param as    Address space to wich page belongs.
  * @param page  Virtual address of the page to be mapped.
@@ -138,6 +136,4 @@
  * this call visible.
  *
- * The page table must be locked and interrupts must be disabled.
- *
  * @param as   Address space to wich page belongs.
  * @param page Virtual address of the page to be demapped.
@@ -162,6 +158,4 @@
  * Find mapping for virtual page.
  *
- * The page table must be locked and interrupts must be disabled.
- *
  * @param as   Address space to wich page belongs.
  * @param page Virtual page.
