arm64: Cache maintenance routines
authorCatalin Marinas <[email protected]>
Mon, 5 Mar 2012 11:49:28 +0000 (11:49 +0000)
committerCatalin Marinas <[email protected]>
Mon, 17 Sep 2012 12:42:00 +0000 (13:42 +0100)
commitf1a0c4aa0937975b53991842a494f741d7769b02
tree9b344c5267cb982b14a2372a0a20714f5b36d61a
parent9cce7a435f89c9e60f244d44da2cf1cf4ed094ac
arm64: Cache maintenance routines

The patch adds functionality required for cache maintenance. The AArch64
architecture mandates non-aliasing VIPT or PIPT D-cache and VIPT (may
have aliases) or ASID-tagged VIVT I-cache. Cache maintenance operations
are automatically broadcast in hardware between CPUs.

Signed-off-by: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Acked-by: Nicolas Pitre <[email protected]>
Acked-by: Olof Johansson <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
arch/arm64/include/asm/cache.h [new file with mode: 0644]
arch/arm64/include/asm/cacheflush.h [new file with mode: 0644]
arch/arm64/include/asm/cachetype.h [new file with mode: 0644]
arch/arm64/mm/cache.S [new file with mode: 0644]
arch/arm64/mm/flush.c [new file with mode: 0644]