162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _ASMSPARC64_SHMPARAM_H 362306a36Sopenharmony_ci#define _ASMSPARC64_SHMPARAM_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <asm/spitfire.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define __ARCH_FORCE_SHMLBA 1 862306a36Sopenharmony_ci/* attach addr a multiple of this */ 962306a36Sopenharmony_ci#define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE) 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif /* _ASMSPARC64_SHMPARAM_H */ 12