diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-03-30 13:07:10 +0200 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2023-04-05 23:07:10 -0400 |
commit | 74c53b5717ba762d8648ee9e3d961093df2d7300 (patch) | |
tree | 2d1f8ebc550ec7a225c981d151be75eb195e0cbf /arch/csky | |
parent | fe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff) |
csky: remove obsolete config CPU_TLB_SIZE
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>
Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/Kconfig | 5 |
1 files changed, 0 insertions, 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) |