You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __ASM_SH64_SHMPARAM_H
|
|
#define __ASM_SH64_SHMPARAM_H
|
|
|
|
/*
|
|
* Set this to a sensible safe default, we'll work out the specifics for the
|
|
* align mask from the cache descriptor at run-time.
|
|
*/
|
|
#define SHMLBA 0x4000
|
|
|
|
#define __ARCH_FORCE_SHMLBA
|
|
|
|
#endif /* __ASM_SH64_SHMPARAM_H */
|
|
|