projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533d49b
)
x86/mm/pat: Fix typo in the Kconfig help text
author
Ingo Molnar
<mingo@kernel.org>
Wed, 20 Nov 2019 14:57:04 +0000
(15:57 +0100)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 10 Dec 2019 09:12:55 +0000
(10:12 +0100)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index 5e894995366064ca3a3d3b58143a61057f99095e..b6778575cf6fb335a4048aea4b4cd83113d720e8 100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-1512,7
+1512,7
@@
config X86_CPA_STATISTICS
bool "Enable statistic for Change Page Attribute"
depends on DEBUG_FS
---help---
- Expose statistics about the Change Page Attribute mechani
ms
, which
+ Expose statistics about the Change Page Attribute mechani
sm
, which
helps to determine the effectiveness of preserving large and huge
page mappings when mapping protections are changed.