Skip to content

Commit 74c53b5

Browse files
bulwahnguoren83
authored andcommitted
csky: remove obsolete config CPU_TLB_SIZE
Commit 9d35dc3 ("csky: Revert mmu ASID mechanism") removes the only use of CONFIG_CPU_TLB_SIZE. Since then, this config has no effect and can be deleted. Remove the obsolete config CPU_TLB_SIZE. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Guo Ren <guoren@kernel.org>
1 parent fe15c26 commit 74c53b5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arch/csky/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ config STACKTRACE_SUPPORT
166166
config TIME_LOW_RES
167167
def_bool y
168168

169-
config CPU_TLB_SIZE
170-
int
171-
default "128" if (CPU_CK610 || CPU_CK807 || CPU_CK810)
172-
default "1024" if (CPU_CK860)
173-
174169
config CPU_ASID_BITS
175170
int
176171
default "8" if (CPU_CK610 || CPU_CK807 || CPU_CK810)

0 commit comments

Comments
 (0)