[PATCH v5 0/4] ARM mandatory barriers
Catalin Marinas
catalin.marinas at arm.com
Fri Mar 19 10:32:55 EDT 2010
Hi,
Pretty much as v4, just with minor changes as a result of patch
reordering (in my devel branch -
http://www.linux-arm.org/git?p=linux-2.6.git;a=shortlog;h=refs/heads/devel)
Catalin Marinas (4):
ARM: Move the outer_cache definitions into a separate file
ARM: Add outer_cache_fns.sync function pointer
ARM: Add L2x0 outer_sync() support
ARM: Change the mandatory barriers implementation
arch/arm/include/asm/cacheflush.h | 38 -------------------
arch/arm/include/asm/outercache.h | 75 +++++++++++++++++++++++++++++++++++++
arch/arm/include/asm/system.h | 16 +++++---
arch/arm/mm/Kconfig | 13 ++++++
arch/arm/mm/cache-l2x0.c | 10 +++++
5 files changed, 109 insertions(+), 43 deletions(-)
create mode 100644 arch/arm/include/asm/outercache.h
--
Catalin
More information about the linux-arm-kernel
mailing list