projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bd895
)
arm64: fix typos in comments
author
Ken Kurematsu
<k.kurematsu@nskint.co.jp>
Thu, 14 Apr 2022 02:37:18 +0000
(
02:37
+0000)
committer
Will Deacon
<will@kernel.org>
Thu, 14 Apr 2022 09:52:53 +0000
(10:52 +0100)
Fix a typo "cortex"
Signed-off-by: Ken Kurematsu <k.kurematsu@nskint.co.jp>
Link:
https://lore.kernel.org/r/OSBPR01MB3288B15006E15C64D4D617F7DBEF9@OSBPR01MB3288.jpnprd01.prod.outlook.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index 1fd16faa7f313834eb2677ca41c5e4c4fc9e9eeb..20ea89d9ac2fa7cc1564f43ed518a6b18e52270b 100644
(file)
--- a/
arch/arm64/Kconfig
+++ b/
arch/arm64/Kconfig
@@
-687,7
+687,7
@@
config ARM64_ERRATUM_2051678
default y
help
This options adds the workaround for ARM Cortex-A510 erratum ARM64_ERRATUM_2051678.
- Affected Cor
e
tex-A510 might not respect the ordering rules for
+ Affected Cortex-A510 might not respect the ordering rules for
hardware update of the page table's dirty bit. The workaround
is to not enable the feature on affected CPUs.