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:
99f1bc0
)
tile, thp: remove infrastructure for handling splitting PMDs
author
Kirill A. Shutemov
<
[email protected]
>
Sat, 16 Jan 2016 00:53:31 +0000
(16:53 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 16 Jan 2016 01:56:32 +0000
(17:56 -0800)
With new refcounting we don't need to mark PMDs splitting. Let's drop
code to handle this.
Signed-off-by: Kirill A. Shutemov <
[email protected]
>
Cc: Sasha Levin <
[email protected]
>
Cc: Aneesh Kumar K.V <
[email protected]
>
Cc: Jerome Marchand <
[email protected]
>
Cc: Vlastimil Babka <
[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: Naoya Horiguchi <
[email protected]
>
Cc: Steve Capper <
[email protected]
>
Cc: Johannes Weiner <
[email protected]
>
Cc: Michal Hocko <
[email protected]
>
Cc: Christoph Lameter <
[email protected]
>
Cc: David Rientjes <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/tile/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/tile/include/asm/pgtable.h
b/arch/tile/include/asm/pgtable.h
index 2b05ccbebed9b88623871eef69234a24915bcdbb..96cecf55522ef492f1afbdd143ca80536d63d31d 100644
(file)
--- a/
arch/tile/include/asm/pgtable.h
+++ b/
arch/tile/include/asm/pgtable.h
@@
-489,16
+489,6
@@
static inline pmd_t pmd_modify(pmd_t pmd, pgprot_t newprot)
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
#define has_transparent_hugepage() 1
#define pmd_trans_huge pmd_huge_page
-
-static inline pmd_t pmd_mksplitting(pmd_t pmd)
-{
- return pte_pmd(hv_pte_set_client2(pmd_pte(pmd)));
-}
-
-static inline int pmd_trans_splitting(pmd_t pmd)
-{
- return hv_pte_get_client2(pmd_pte(pmd));
-}
#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
/*