Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arc / include / asm / shmparam.h
blob719112af0f41ae45ce4687d4af06bd7f0955812f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
4 */
6 #ifndef __ARC_ASM_SHMPARAM_H
7 #define __ARC_ASM_SHMPARAM_H
9 /* Handle up to 2 cache bins */
10 #define SHMLBA (2 * PAGE_SIZE)
12 /* Enforce SHMLBA in shmat */
13 #define __ARCH_FORCE_SHMLBA
15 #endif