diff options
Diffstat (limited to 'Documentation/nommu-mmap.txt')
-rw-r--r-- | Documentation/nommu-mmap.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/nommu-mmap.txt b/Documentation/nommu-mmap.txt index 3ce890664936..4db7c18bf68c 100644 --- a/Documentation/nommu-mmap.txt +++ b/Documentation/nommu-mmap.txt | |||
@@ -129,6 +129,15 @@ FURTHER NOTES ON NO-MMU MMAP | |||
129 | with character device files, pipes, fifos and sockets. | 129 | with character device files, pipes, fifos and sockets. |
130 | 130 | ||
131 | 131 | ||
132 | ========================== | ||
133 | INTERPROCESS SHARED MEMORY | ||
134 | ========================== | ||
135 | |||
136 | Both SYSV IPC SHM shared memory and POSIX shared memory is supported in NOMMU | ||
137 | mode. The former through the usual mechanism, the latter through files created | ||
138 | on ramfs or tmpfs mounts. | ||
139 | |||
140 | |||
132 | ============= | 141 | ============= |
133 | NO-MMU MREMAP | 142 | NO-MMU MREMAP |
134 | ============= | 143 | ============= |