mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 18:41:23 +00:00
93e85d8e90
CNS3xxx SOCs have L310-compatible cache controller, so let's use it. With this patch benchmarking with 'gzip' shows that performance is doubled, and I'm still able to boot full-fledged userland over NFS (using PCIe NIC), so the support should be pretty robust. p.s. While CNS3xxx reports that it has PL310, it still needs to wait on cache line operations, so we should not select 'CACHE_PL310', which is a micro-optimization that removes these waits for v7 CPUs. Someday we'd better rename CACHE_PL310 Kconfig option into NO_CACHE_WAIT or something less ambiguous. Signed-off-by: Anton Vorontsov <avorontsov@mvista.com> |
||
---|---|---|
.. | ||
include/mach | ||
cns3420vb.c | ||
core.c | ||
core.h | ||
devices.c | ||
devices.h | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
pcie.c | ||
pm.c |