diff --git a/[refs] b/[refs] index 7a6d7fbfedf4..76feef90185d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fa5f80bc34da1a49b42117602b44441402cac2f +refs/heads/master: 0112c4c6461fed12ed9bcb249f967bc17a23f6c4 diff --git a/trunk/Documentation/nommu-mmap.txt b/trunk/Documentation/nommu-mmap.txt index 3ce890664936..4db7c18bf68c 100644 --- a/trunk/Documentation/nommu-mmap.txt +++ b/trunk/Documentation/nommu-mmap.txt @@ -129,6 +129,15 @@ FURTHER NOTES ON NO-MMU MMAP with character device files, pipes, fifos and sockets. +========================== +INTERPROCESS SHARED MEMORY +========================== + +Both SYSV IPC SHM shared memory and POSIX shared memory is supported in NOMMU +mode. The former through the usual mechanism, the latter through files created +on ramfs or tmpfs mounts. + + ============= NO-MMU MREMAP =============