16a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0 26a0abce4SKuninori Morimoto * 3f15cbe6fSPaul Mundt * include/asm-sh/shmparam.h 4f15cbe6fSPaul Mundt * 5f15cbe6fSPaul Mundt * Copyright (C) 1999 Niibe Yutaka 6f15cbe6fSPaul Mundt * Copyright (C) 2006 Paul Mundt 7f15cbe6fSPaul Mundt */ 8f15cbe6fSPaul Mundt #ifndef __ASM_SH_SHMPARAM_H 9f15cbe6fSPaul Mundt #define __ASM_SH_SHMPARAM_H 10f15cbe6fSPaul Mundt 11f15cbe6fSPaul Mundt /* 12f15cbe6fSPaul Mundt * SH-4 and SH-3 7705 have an aliasing dcache. Bump this up to a sensible value 13f15cbe6fSPaul Mundt * for everyone, and work out the specifics from the probed cache descriptor. 14f15cbe6fSPaul Mundt */ 15f15cbe6fSPaul Mundt #define SHMLBA 0x4000 /* attach addr a multiple of this */ 16f15cbe6fSPaul Mundt 17f15cbe6fSPaul Mundt #define __ARCH_FORCE_SHMLBA 18f15cbe6fSPaul Mundt 19f15cbe6fSPaul Mundt #endif /* __ASM_SH_SHMPARAM_H */ 20