commit | ab1a746da9dd19e30a98d9744d5c7dc6df597fb0 | [log] [tgz] |
---|---|---|
author | Dave Martin <dave.martin@linaro.org> | Thu Jun 23 17:26:56 2011 +0100 |
committer | Dave Martin <dave.martin@linaro.org> | Thu Jul 07 15:31:11 2011 +0100 |
tree | ba149f538a8203e85a24dffaed40be7ec1573440 | |
parent | c21898f9f02f8d54d09905ea4ce3a47592900ec4 [diff] |
ARM: mm: proc-xscale: Use new generic struct definition macros Without this patch, xscale_80200_A0_A1 is missing the icache_flush_all entry, which would result in the wrong functions being called at run-time. This patch re-uses xscale_icache_flush_all for xscale_80200_A0_A1_cache_fns. Signed-off-by: Dave Martin <dave.martin@linaro.org>