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:
e4f87d5
)
page-flags: define PG_uncached behavior on compound pages
author
Kirill A. Shutemov
<
[email protected]
>
Sat, 16 Jan 2016 00:51:56 +0000
(16:51 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 16 Jan 2016 01:56:32 +0000
(17:56 -0800)
So far, only IA64 uses PG_uncached and only on non-compound pages.
Signed-off-by: Kirill A. Shutemov <
[email protected]
>
Cc: Andrea Arcangeli <
[email protected]
>
Cc: Hugh Dickins <
[email protected]
>
Cc: Dave Hansen <
[email protected]
>
Cc: Mel Gorman <
[email protected]
>
Cc: Rik van Riel <
[email protected]
>
Cc: Vlastimil Babka <
[email protected]
>
Cc: Christoph Lameter <
[email protected]
>
Cc: Naoya Horiguchi <
[email protected]
>
Cc: Steve Capper <
[email protected]
>
Cc: "Aneesh Kumar K.V" <
[email protected]
>
Cc: Johannes Weiner <
[email protected]
>
Cc: Michal Hocko <
[email protected]
>
Cc: Jerome Marchand <
[email protected]
>
Cc: Jérôme Glisse <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/page-flags.h
patch
|
blob
|
history
diff --git
a/include/linux/page-flags.h
b/include/linux/page-flags.h
index 43b7acb092ff5d683b2d376187bb47c3264e5e8d..dff90852fbc634b8526c473d667244ba4faf2be6 100644
(file)
--- a/
include/linux/page-flags.h
+++ b/
include/linux/page-flags.h
@@
-338,7
+338,7
@@
PAGEFLAG_FALSE(Mlocked) __CLEARPAGEFLAG_NOOP(Mlocked)
#endif
#ifdef CONFIG_ARCH_USES_PG_UNCACHED
-PAGEFLAG(Uncached, uncached, PF_
ANY
)
+PAGEFLAG(Uncached, uncached, PF_
NO_COMPOUND
)
#else
PAGEFLAG_FALSE(Uncached)
#endif