1/* $Id: shmparam.h,v 1.1.1.1 2008/10/15 03:29:18 james26_jang Exp $ */
2#ifndef _ASMSPARC64_SHMPARAM_H
3#define _ASMSPARC64_SHMPARAM_H
4
5#include <asm/spitfire.h>
6
7/* attach addr a multiple of this */
8#define	SHMLBA	((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
9
10#endif /* _ASMSPARC64_SHMPARAM_H */
11