diff options
author | Tony Luck <tony.luck@intel.com> | 2005-08-30 09:30:09 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-30 09:30:09 -0700 |
commit | 288ceb8f142249109fd2e9f1bf0492bd6ff6d892 (patch) | |
tree | eab3d229c7a527816db405299ce9603e538b521f /include/asm-powerpc/shmparam.h | |
parent | e438befd76a5a743725a89365140a8a7bf276096 (diff) | |
parent | d8971fcb702e24d1e22c77fd1772f182ffee87e3 (diff) | |
download | blackbird-op-linux-288ceb8f142249109fd2e9f1bf0492bd6ff6d892.tar.gz blackbird-op-linux-288ceb8f142249109fd2e9f1bf0492bd6ff6d892.zip |
Auto-update from upstream
Diffstat (limited to 'include/asm-powerpc/shmparam.h')
-rw-r--r-- | include/asm-powerpc/shmparam.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-powerpc/shmparam.h b/include/asm-powerpc/shmparam.h new file mode 100644 index 000000000000..d6250602ae64 --- /dev/null +++ b/include/asm-powerpc/shmparam.h @@ -0,0 +1,6 @@ +#ifndef _PPC_SHMPARAM_H +#define _PPC_SHMPARAM_H + +#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ + +#endif /* _PPC_SHMPARAM_H */ |