Skip to content

Commit 75a03f5

Browse files
committed
ARCv3: Remove setup for cluster shmem apperute
We don't use shered memory in our configs. Setting a special aperture for this is unnecessary and by default it is disabled.
1 parent df7b179 commit 75a03f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arc/mm/cluster.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ void arc_cluster_mumbojumbo()
3131
arc_cln_write_reg(ARC_CLN_PER_0_BASE, 0xf00);
3232
arc_cln_write_reg(ARC_CLN_PER_0_SIZE, 0x1);
3333
}
34-
35-
if (cln0.has_scm) {
36-
arc_cln_write_reg(ARC_CLN_SHMEM_ADDR, 0xf01);
37-
arc_cln_write_reg(ARC_CLN_SHMEM_SIZE, 0x1);
38-
}
3934
}
4035

4136
void arc_cluster_scm_enable()

0 commit comments

Comments
 (0)