summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/include/asm/shmparam.h')
-rw-r--r--arch/arc/include/asm/shmparam.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arc/include/asm/shmparam.h b/arch/arc/include/asm/shmparam.h
new file mode 100644
index 000000000..8b0251464
--- /dev/null
+++ b/arch/arc/include/asm/shmparam.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
+ */
+
+#ifndef __ARC_ASM_SHMPARAM_H
+#define __ARC_ASM_SHMPARAM_H
+
+/* Handle upto 2 cache bins */
+#define SHMLBA (2 * PAGE_SIZE)
+
+/* Enforce SHMLBA in shmat */
+#define __ARCH_FORCE_SHMLBA
+
+#endif