aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/shmparam.h')
-rw-r--r--include/asm-generic/shmparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-generic/shmparam.h b/include/asm-generic/shmparam.h
new file mode 100644
index 000000000000..51a3852de733
--- /dev/null
+++ b/include/asm-generic/shmparam.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_GENERIC_SHMPARAM_H
+#define __ASM_GENERIC_SHMPARAM_H
+
+#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
+
+#endif /* _ASM_GENERIC_SHMPARAM_H */