summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/shmparam.h
blob: 8b0251464ffd42b848ad61fe0e5a14b493c9389b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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