xref: /openbmc/linux/arch/mips/include/asm/shmparam.h (revision 384740dc49ea651ba350704d13ff6be9976e37fe)
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