diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-09-14 14:27:27 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2018-09-14 20:32:49 +0300 |
commit | 7c2020c3022dfa6801d420b55ef0c507322d2c60 (patch) | |
tree | 8f0bf2abdc938f4f6acc87728229e9e4c367b936 /arch/arc | |
parent | 615f64458ad890ef94abc879a66d8b27236e733a (diff) | |
download | linux-7c2020c3022dfa6801d420b55ef0c507322d2c60.tar.xz |
ARC: fix spelling mistake "entires" -> "entries"
Trivial fix to spelling mistake in Kconfig
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index b4441b0764d7..a045f3086047 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -149,7 +149,7 @@ config ARC_CPU_770 Support for ARC770 core introduced with Rel 4.10 (Summer 2011) This core has a bunch of cool new features: -MMU-v3: Variable Page Sz (4k, 8k, 16k), bigger J-TLB (128x4) - Shared Address Spaces (for sharing TLB entires in MMU) + Shared Address Spaces (for sharing TLB entries in MMU) -Caches: New Prog Model, Region Flush -Insns: endian swap, load-locked/store-conditional, time-stamp-ctr |