From: Andrew Morton Cc: Ravikiran Thirumalai Cc: Shai Fultheim Cc: Andi Kleen Signed-off-by: Andrew Morton --- include/asm-i386/dma-mapping.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-i386/dma-mapping.h~kill-l1_cache_shift_max-fix include/asm-i386/dma-mapping.h --- devel/include/asm-i386/dma-mapping.h~kill-l1_cache_shift_max-fix 2005-12-10 01:27:27.000000000 -0800 +++ devel-akpm/include/asm-i386/dma-mapping.h 2005-12-10 01:27:27.000000000 -0800 @@ -150,7 +150,7 @@ dma_get_cache_alignment(void) { /* no easy way to get cache size on all x86, so return the * maximum possible, to be safe */ - return (1 << L1_CACHE_SHIFT_MAX); + return (1 << INTERNODE_CACHE_SHIFT); } #define dma_is_consistent(d) (1) _