2005-04-17 00:20:36 +02:00
|
|
|
#ifndef __ASM_SH64_SHMPARAM_H
|
|
|
|
#define __ASM_SH64_SHMPARAM_H
|
|
|
|
|
|
|
|
/*
|
2006-09-19 20:27:17 +02: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-17 00:20:36 +02:00
|
|
|
*/
|
2006-09-19 20:27:17 +02:00
|
|
|
#define SHMLBA 0x4000
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2006-09-19 20:27:17 +02:00
|
|
|
#define __ARCH_FORCE_SHMLBA
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
#endif /* __ASM_SH64_SHMPARAM_H */
|