s390: use generic shmparam.h header file
Use generic shmparam.h header file since the contents are identical. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
parent
a3a6f55cc6
commit
438d43d252
|
@ -1,12 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* S390 version
|
||||
*
|
||||
* Derived from "include/asm-i386/shmparam.h"
|
||||
*/
|
||||
#ifndef _ASM_S390_SHMPARAM_H
|
||||
#define _ASM_S390_SHMPARAM_H
|
||||
|
||||
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
||||
|
||||
#endif /* _ASM_S390_SHMPARAM_H */
|
Loading…
Reference in New Issue