summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/include/asm/shmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/shmparam.h b/arch/arm64/include/asm/shmparam.h
index 4df608a8459e..e368a55ebd22 100644
--- a/arch/arm64/include/asm/shmparam.h
+++ b/arch/arm64/include/asm/shmparam.h
@@ -21,7 +21,7 @@
21 * alignment value. Since we don't have aliasing D-caches, the rest of 21 * alignment value. Since we don't have aliasing D-caches, the rest of
22 * the time we can safely use PAGE_SIZE. 22 * the time we can safely use PAGE_SIZE.
23 */ 23 */
24#define COMPAT_SHMLBA 0x4000 24#define COMPAT_SHMLBA (4 * PAGE_SIZE)
25 25
26#include <asm-generic/shmparam.h> 26#include <asm-generic/shmparam.h>
27 27