Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASMARM_SHMPARAM_H
0003 #define _ASMARM_SHMPARAM_H
0004 
0005 /*
0006  * This should be the size of the virtually indexed cache/ways,
0007  * or page size, whichever is greater since the cache aliases
0008  * every size/ways bytes.
0009  */
0010 #define SHMLBA  (4 * PAGE_SIZE)      /* attach addr a multiple of this */
0011 
0012 /*
0013  * Enforce SHMLBA in shmat
0014  */
0015 #define __ARCH_FORCE_SHMLBA
0016 
0017 #endif /* _ASMARM_SHMPARAM_H */