diff options
Diffstat (limited to 'include/asm-x86/pgtable_32.h')
-rw-r--r-- | include/asm-x86/pgtable_32.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/pgtable_32.h index cc52da32fbe2..168b6447cf18 100644 --- a/include/asm-x86/pgtable_32.h +++ b/include/asm-x86/pgtable_32.h | |||
@@ -106,21 +106,6 @@ extern int pmd_bad(pmd_t pmd); | |||
106 | #endif | 106 | #endif |
107 | 107 | ||
108 | /* | 108 | /* |
109 | * clone_pgd_range(pgd_t *dst, pgd_t *src, int count); | ||
110 | * | ||
111 | * dst - pointer to pgd range anwhere on a pgd page | ||
112 | * src - "" | ||
113 | * count - the number of pgds to copy. | ||
114 | * | ||
115 | * dst and src can be on the same page, but the range must not overlap, | ||
116 | * and must not cross a page boundary. | ||
117 | */ | ||
118 | static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count) | ||
119 | { | ||
120 | memcpy(dst, src, count * sizeof(pgd_t)); | ||
121 | } | ||
122 | |||
123 | /* | ||
124 | * Macro to mark a page protection value as "uncacheable". | 109 | * Macro to mark a page protection value as "uncacheable". |
125 | * On processors which do not support it, this is a no-op. | 110 | * On processors which do not support it, this is a no-op. |
126 | */ | 111 | */ |