Skip to content

Commit d5272aa

Browse files
committed
ARC: mm: fix new code about cache aliasing
Manual/partial revert of 8690bbc ("Introduce cpu_dcache_is_aliasing() across all architectures") Current generation of ARCv2/ARCv3 based HSxx cores are only PIPT (to software at least). Legacy ARC700 cpus could be VIPT aliasing (based on cache geometry and PAGE_SIZE) [1] however recently that support was ripped out so VIPT aliasing cache is not relevant to ARC anymore. [1] http://lists.infradead.org/pipermail/linux-snps-arc/2023-February/006899.html Acked-by: Mathieu Desnoyers <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent db70d9f commit d5272aa

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

arch/arc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
config ARC
77
def_bool y
88
select ARC_TIMERS
9-
select ARCH_HAS_CPU_CACHE_ALIASING
109
select ARCH_HAS_CACHE_LINE_SIZE
1110
select ARCH_HAS_DEBUG_VM_PGTABLE
1211
select ARCH_HAS_DMA_PREP_COHERENT

arch/arc/include/asm/cachetype.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)