|
@@ -16,6 +16,8 @@
|
|
void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
|
|
void free_pgtables(struct mmu_gather *tlb, struct vm_area_struct *start_vma,
|
|
unsigned long floor, unsigned long ceiling);
|
|
unsigned long floor, unsigned long ceiling);
|
|
|
|
|
|
|
|
+extern void prep_compound_page(struct page *page, unsigned long order);
|
|
|
|
+
|
|
static inline void set_page_count(struct page *page, int v)
|
|
static inline void set_page_count(struct page *page, int v)
|
|
{
|
|
{
|
|
atomic_set(&page->_count, v);
|
|
atomic_set(&page->_count, v);
|