From: Michal Simek Date: Mon, 26 Apr 2010 11:43:23 +0000 (+0200) Subject: microblaze: Define correct L1_CACHE_SHIFT value X-Git-Tag: v2.6.34-rc7~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598acab44dcbda0e300d9d080e81566334138e7d;p=pandora-kernel.git microblaze: Define correct L1_CACHE_SHIFT value Microblaze cacheline length is configurable and current cpu uses two cacheline length 4 and 8. We are taking conservative maximum value to be sure that cacheline alignment is satisfied for all cases. Here is the calculation for cacheline lenght 8 32bit=4Byte values which is corresponding with SHIFT 5. Signed-off-by: Michal Simek --- Reading git-diff-tree failed