From: Matt Reimer Date: Mon, 12 Feb 2007 20:00:32 +0000 (+0100) Subject: [ARM] 4169/1: S3C2410: align to a cache line X-Git-Tag: v2.6.21-rc1~75^2~6^5~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b210faf0944172e55489bef83babf520bccc1c4;p=pandora-kernel.git [ARM] 4169/1: S3C2410: align to a cache line Align the code to the start of the next cache line, rather than the start of the next 256-byte page. (On i386 and ARM, the ".align" assembler directive takes its first argument as the number of low-order bits that must be zero, not the number of words comprising a cache line.) Supercedes patch 4166. Signed-off-by: Matt Reimer Acked-by: Ben Dooks Signed-off-by: Russell King --- Reading git-diff-tree failed