URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-sparc64/] [shmparam.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* $Id: shmparam.h,v 1.1.1.1 2004-04-15 03:00:59 phoenix Exp $ */ #ifndef _ASMSPARC64_SHMPARAM_H #define _ASMSPARC64_SHMPARAM_H #include <asm/spitfire.h> /* attach addr a multiple of this */ #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE) #endif /* _ASMSPARC64_SHMPARAM_H */
Go to most recent revision | Compare with Previous | Blame | View Log