]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mempolicy.h
[PATCH] mm: update comments to pte lock
[linux-2.6-omap-h63xx.git] / include / linux / mempolicy.h
index 38e60a099399500c11903411f8b179c1cdd9d57e..7af8cb836e78df84afa4b1eb36dd3bb3cbe166b9 100644 (file)
@@ -47,8 +47,7 @@ struct vm_area_struct;
  * Locking policy for interlave:
  * In process context there is no locking because only the process accesses
  * its own state. All vma manipulation is somewhat protected by a down_read on
- * mmap_sem. For allocating in the interleave policy the page_table_lock
- * must be also aquired to protect il_next.
+ * mmap_sem.
  *
  * Freeing policy:
  * When policy is MPOL_BIND v.zonelist is kmalloc'ed and must be kfree'd.