mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
9b8a45d927
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
7 lines
174 B
C
7 lines
174 B
C
#ifndef _ASM_MICROBLAZE_SHMPARAM_H
|
|
#define _ASM_MICROBLAZE_SHMPARAM_H
|
|
|
|
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
|
|
|
#endif /* _ASM_MICROBLAZE_SHMPARAM_H */
|