| commit | de4d11355f70e243f91a49fd15c2004251d8f45b | [log] [tgz] |
|---|---|---|
| author | Marek Vasut <marex@denx.de> | Sun Jul 15 04:43:47 2012 +0000 |
| committer | Marek Vasut <marex@denx.de> | Wed Jul 18 14:43:14 2012 +0200 |
| tree | a70dc34c45c295b888562330277aac752bcbed33 | |
| parent | eec3866e00faf700a4b7d3b30266383914da347f [diff] |
common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER
This is the out-of-function-scope counterpart of
ALLOC_CACHE_ALIGN_BUFFER.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
[ilya.yanok]: added missing <linux/compiler.h> include and
{DEFINE,ALLOC}_ALIGN_BUFFER macros allowing explicit alignment
specification.
Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>