kexec: allow architectures to override boot mapping
[linux-2.6-block.git] / include / linux / rmap.h
index 2b0fad83683f793959fbe330045abb7c684edfcf..b46bb5620a76d2439a6e0db0a3689c210601c8c3 100644 (file)
@@ -165,7 +165,7 @@ void do_page_add_anon_rmap(struct page *, struct vm_area_struct *,
                           unsigned long, int);
 void page_add_new_anon_rmap(struct page *, struct vm_area_struct *,
                unsigned long, bool);
-void page_add_file_rmap(struct page *);
+void page_add_file_rmap(struct page *, bool);
 void page_remove_rmap(struct page *, bool);
 
 void hugepage_add_anon_rmap(struct page *, struct vm_area_struct *,