From: "Wu, Bryan" According to Paul's review, this patch cleanup the include/asm-blackfin/cache.h comments. Signed-off-by: Bryan Wu Signed-off-by: Andrew Morton --- include/asm-blackfin/cache.h | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff -puN include/asm-blackfin/cache.h~blackfin-arch-cleanup-cache-header-file include/asm-blackfin/cache.h --- a/include/asm-blackfin/cache.h~blackfin-arch-cleanup-cache-header-file +++ a/include/asm-blackfin/cache.h @@ -1,13 +1,21 @@ +/* + * include/asm-blackfin/cache.h + */ #ifndef __ARCH_BLACKFIN_CACHE_H #define __ARCH_BLACKFIN_CACHE_H -/* bytes per L1 cache line */ -#define L1_CACHE_SHIFT 5 /* BlackFin loads 32 bytes for cache */ -#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) +/* + * Bytes per L1 cache line + * Blackfin loads 32 bytes for cache + */ +#define L1_CACHE_SHIFT 5 +#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) -/* For speed we do need to align these ...MaTed---*/ -/* But include/linux/cache.h does this for us if we DO not define ...MaTed---*/ -#define __cacheline_aligned /***** maybe no need this Tony *****/ +/* + * Don't make __cacheline_aligned and + * ____cacheline_aligned defined in include/linux/cache.h + */ +#define __cacheline_aligned #define ____cacheline_aligned /* _