summaryrefslogtreecommitdiff
path: root/include/asm-parisc/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/shmparam.h')
-rw-r--r--include/asm-parisc/shmparam.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-parisc/shmparam.h b/include/asm-parisc/shmparam.h
new file mode 100644
index 000000000000..628ddc22faa8
--- /dev/null
+++ b/include/asm-parisc/shmparam.h
@@ -0,0 +1,8 @@
+#ifndef _ASMPARISC_SHMPARAM_H
+#define _ASMPARISC_SHMPARAM_H
+
+#define __ARCH_FORCE_SHMLBA 1
+
+#define SHMLBA 0x00400000 /* attach addr needs to be 4 Mb aligned */
+
+#endif /* _ASMPARISC_SHMPARAM_H */