2005-04-16 18:20:36 -04:00
|
|
|
#ifndef __ASM_SH64_SHMPARAM_H
|
|
|
|
#define __ASM_SH64_SHMPARAM_H
|
|
|
|
|
|
|
|
/*
|
2006-09-19 14:27:17 -04:00
|
|
|
* Set this to a sensible safe default, we'll work out the specifics for the
|
|
|
|
* align mask from the cache descriptor at run-time.
|
2005-04-16 18:20:36 -04:00
|
|
|
*/
|
2006-09-19 14:27:17 -04:00
|
|
|
#define SHMLBA 0x4000
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2006-09-19 14:27:17 -04:00
|
|
|
#define __ARCH_FORCE_SHMLBA
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
#endif /* __ASM_SH64_SHMPARAM_H */
|