]> Git Repo - linux.git/blob - arch/loongarch/include/asm/shmparam.h
crypto: testmgr - allow ecdsa-nist-p256 and -p384 in FIPS mode
[linux.git] / arch / loongarch / include / asm / shmparam.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
4  */
5 #ifndef _ASM_SHMPARAM_H
6 #define _ASM_SHMPARAM_H
7
8 #define __ARCH_FORCE_SHMLBA     1
9
10 #define SHMLBA  SZ_64K           /* attach addr a multiple of this */
11
12 #endif /* _ASM_SHMPARAM_H */
This page took 0.029577 seconds and 4 git commands to generate.