mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] csky: remove obsolete config CPU_TLB_SIZE
@ 2023-03-30 11:07 Lukas Bulwahn
  2023-04-01  2:51 ` Guo Ren
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-03-30 11:07 UTC (permalink / raw)
  To: Guo Ren, linux-csky; +Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 9d35dc3006a9 ("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>
---
 arch/csky/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index dba02da6fa34..1fb5f066a885 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -166,11 +166,6 @@ config STACKTRACE_SUPPORT
 config TIME_LOW_RES
 	def_bool y
 
-config CPU_TLB_SIZE
-	int
-	default "128"	if (CPU_CK610 || CPU_CK807 || CPU_CK810)
-	default "1024"	if (CPU_CK860)
-
 config CPU_ASID_BITS
 	int
 	default "8"	if (CPU_CK610 || CPU_CK807 || CPU_CK810)
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-01  2:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 11:07 [PATCH] csky: remove obsolete config CPU_TLB_SIZE Lukas Bulwahn
2023-04-01  2:51 ` Guo Ren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®