mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
mm Kconfig typo: cleancacne -> cleancache
Signed-off-by: Michael Witten <mfwitten@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
5be5758c11
commit
140a1ef2f9
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ config CLEANCACHE
|
||||||
for clean pages that the kernel's pageframe replacement algorithm
|
for clean pages that the kernel's pageframe replacement algorithm
|
||||||
(PFRA) would like to keep around, but can't since there isn't enough
|
(PFRA) would like to keep around, but can't since there isn't enough
|
||||||
memory. So when the PFRA "evicts" a page, it first attempts to use
|
memory. So when the PFRA "evicts" a page, it first attempts to use
|
||||||
cleancacne code to put the data contained in that page into
|
cleancache code to put the data contained in that page into
|
||||||
"transcendent memory", memory that is not directly accessible or
|
"transcendent memory", memory that is not directly accessible or
|
||||||
addressable by the kernel and is of unknown and possibly
|
addressable by the kernel and is of unknown and possibly
|
||||||
time-varying size. And when a cleancache-enabled
|
time-varying size. And when a cleancache-enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue