mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
029669da25
Cleanup for user headers, as noted: asm-sh64/page.h requires asm-generic/memory_model.h, which does not exist in exported headers asm-sh64/shmparam.h requires asm/cache.h, which does not exist in exported headers asm-sh64/signal.h requires asm/processor.h, which does not exist in exported headers asm-sh64/user.h requires asm/processor.h, which does not exist in exported headers Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
13 lines
285 B
C
13 lines
285 B
C
#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 */
|