aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/loongarch/include/asm/shmparam.h
blob: c9554f48d2dfab400add2d2c4e30ff6e44f1db14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
 */
#ifndef _ASM_SHMPARAM_H
#define _ASM_SHMPARAM_H

#define __ARCH_FORCE_SHMLBA	1

#define	SHMLBA	SZ_64K		 /* attach addr a multiple of this */

#endif /* _ASM_SHMPARAM_H */