blob: 8b0251464ffd42b848ad61fe0e5a14b493c9389b [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
4 */
5
6#ifndef __ARC_ASM_SHMPARAM_H
7#define __ARC_ASM_SHMPARAM_H
8
9/* Handle upto 2 cache bins */
10#define SHMLBA (2 * PAGE_SIZE)
11
12/* Enforce SHMLBA in shmat */
13#define __ARCH_FORCE_SHMLBA
14
15#endif