Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASMSPARC64_SHMPARAM_H
0003 #define _ASMSPARC64_SHMPARAM_H
0004 
0005 #include <asm/spitfire.h>
0006 
0007 #define __ARCH_FORCE_SHMLBA 1
0008 /* attach addr a multiple of this */
0009 #define SHMLBA  ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
0010 
0011 #endif /* _ASMSPARC64_SHMPARAM_H */