blob: 1bb820c833ee8ff015a5208e4aa9b247cc82769a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_SH64_SHMPARAM_H
2#define __ASM_SH64_SHMPARAM_H
3
4/*
Paul Mundt029669d2006-09-20 03:27:17 +09005 * Set this to a sensible safe default, we'll work out the specifics for the
6 * align mask from the cache descriptor at run-time.
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 */
Paul Mundt029669d2006-09-20 03:27:17 +09008#define SHMLBA 0x4000
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Paul Mundt029669d2006-09-20 03:27:17 +090010#define __ARCH_FORCE_SHMLBA
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12#endif /* __ASM_SH64_SHMPARAM_H */