xref: /openbmc/linux/arch/mips/include/asm/shmparam.h (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*384740dcSRalf Baechle /*
2*384740dcSRalf Baechle  * This file is subject to the terms and conditions of the GNU General Public
3*384740dcSRalf Baechle  * License.  See the file "COPYING" in the main directory of this archive
4*384740dcSRalf Baechle  * for more details.
5*384740dcSRalf Baechle  */
6*384740dcSRalf Baechle #ifndef _ASM_SHMPARAM_H
7*384740dcSRalf Baechle #define _ASM_SHMPARAM_H
8*384740dcSRalf Baechle 
9*384740dcSRalf Baechle #define __ARCH_FORCE_SHMLBA	1
10*384740dcSRalf Baechle 
11*384740dcSRalf Baechle #define SHMLBA 0x40000			/* attach addr a multiple of this */
12*384740dcSRalf Baechle 
13*384740dcSRalf Baechle #endif /* _ASM_SHMPARAM_H */
14