Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: d13937116f1e82bf508a6325111b322c30c85eb9 authored by Linus Torvalds on 10 February 2019, 22:42:20 UTC
Linux 5.0-rc6
Tip revision: d139371
shmparam.h
/* 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 */
back to top