[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
[linux-2.6-block.git] / Documentation / nommu-mmap.txt
index b88ebe4d808c36a9bc6526354562a121bd245ea2..83f4b083d57e6dc6c8dae0191c7fe9492643083e 100644 (file)
@@ -116,6 +116,9 @@ FURTHER NOTES ON NO-MMU MMAP
  (*) A list of all the mappings on the system is visible through /proc/maps in
      no-MMU mode.
 
+ (*) A list of all the mappings in use by a process is visible through
+     /proc/<pid>/maps in no-MMU mode.
+
  (*) Supplying MAP_FIXED or a requesting a particular mapping address will
      result in an error.