projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41047d5
)
fix grammar on false-sharing.rst
author
Vishnu Sanal T
<t.v.s10123@gmail.com>
Mon, 7 Oct 2024 19:12:54 +0000
(
00:42
+0530)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 14 Oct 2024 19:22:17 +0000
(13:22 -0600)
Fix slight grammar mistake on kernel-hacking/false-sharing.rst
Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20241007191253.112697-2-t.v.s10123@gmail.com
Documentation/kernel-hacking/false-sharing.rst
patch
|
blob
|
history
diff --git
a/Documentation/kernel-hacking/false-sharing.rst
b/Documentation/kernel-hacking/false-sharing.rst
index
122b0e1
..
eb05967
100644
(file)
--- a/
Documentation/kernel-hacking/false-sharing.rst
+++ b/
Documentation/kernel-hacking/false-sharing.rst
@@
-196,9
+196,9
@@
the hotspot switches to a new place.
Miscellaneous
=============
-One open issue is that kernel has an optional data structure
+One open issue is that
the
kernel has an optional data structure
randomization mechanism, which also randomizes the situation of cache
-line sharing
of
data members.
+line sharing
among
data members.
.. [1] https://en.wikipedia.org/wiki/False_sharing