Skip to content
Snippets Groups Projects
Commit 0112c4c6 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

[PATCH] NOMMU: Add docs about shared memory


Add documentation about using shared memory in NOMMU mode.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6fa5f80b
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,15 @@ FURTHER NOTES ON NO-MMU MMAP ...@@ -129,6 +129,15 @@ FURTHER NOTES ON NO-MMU MMAP
with character device files, pipes, fifos and sockets. 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 NO-MMU MREMAP
============= =============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment