From: Andrew Morton Cc: Ravikiran Thirumalai Cc: Shai Fultheim Cc: Andi Kleen Signed-off-by: Andrew Morton --- include/asm-powerpc/dma-mapping.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-powerpc/dma-mapping.h~kill-l1_cache_shift_max-fix-fix include/asm-powerpc/dma-mapping.h --- devel/include/asm-powerpc/dma-mapping.h~kill-l1_cache_shift_max-fix-fix 2005-12-22 05:09:02.000000000 -0800 +++ devel-akpm/include/asm-powerpc/dma-mapping.h 2005-12-22 05:09:02.000000000 -0800 @@ -230,7 +230,7 @@ static inline int dma_get_cache_alignmen #ifdef CONFIG_PPC64 /* no easy way to get cache size on all processors, so return * the maximum possible, to be safe */ - return (1 << L1_CACHE_SHIFT_MAX); + return (1 << INTERNODE_CACHE_SHIFT); #else /* * Each processor family will define its own L1_CACHE_SHIFT, _