From: Bernd Schmidt Date: Thu, 12 Jul 2007 08:25:29 +0000 (+0800) Subject: Blackfin arch: Start untangling the CPLB handling code. X-Git-Tag: v2.6.23-rc1~1111^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29440a2b4cd37e32dfe0fa60ef1665775b24dab1;p=pandora-kernel.git Blackfin arch: Start untangling the CPLB handling code. - Move cache initialization to C from assembly. - Move anomaly workaround for writing [ID]MEM_CONTROL to assembly, so that we don't have to mess around with .align directives in C source. - Fix a bug where bfin_write_DMEM_CONTROL would write to IMEM_CONTROL - Break out CPLB related code from kernel/setup.c into their own file. - Don't define variables in header files, only declare them. Signed-off-by: Bernd Schmidt Signed-off-by: Bryan Wu --- Reading git-diff-tree failed