From: Tejun Heo Date: Tue, 25 Jan 2011 13:27:38 +0000 (+0100) Subject: alpha: use L1_CACHE_BYTES for cacheline size in the linker script X-Git-Tag: v2.6.39-rc1~491^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f06c063628689de5eab5dfb3ce9c797a09db900;p=pandora-kernel.git alpha: use L1_CACHE_BYTES for cacheline size in the linker script Currently the linker script uses 64 for cacheline size which isn't optimal for all cases. Include asm/cache.h and use L1_CACHE_BYTES instead as suggested by Sam Ravnborg. Signed-off-by: Tejun Heo Cc: Sam Ravnborg --- Reading git-diff-tree failed