diff options
Diffstat (limited to 'include/linux/mmdebug.h')
-rw-r--r-- | include/linux/mmdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h index 2f348d02f640..dfb93333fc62 100644 --- a/include/linux/mmdebug.h +++ b/include/linux/mmdebug.h | |||
@@ -4,10 +4,12 @@ | |||
4 | #include <linux/stringify.h> | 4 | #include <linux/stringify.h> |
5 | 5 | ||
6 | struct page; | 6 | struct page; |
7 | struct vm_area_struct; | ||
7 | 8 | ||
8 | extern void dump_page(struct page *page, const char *reason); | 9 | extern void dump_page(struct page *page, const char *reason); |
9 | extern void dump_page_badflags(struct page *page, const char *reason, | 10 | extern void dump_page_badflags(struct page *page, const char *reason, |
10 | unsigned long badflags); | 11 | unsigned long badflags); |
12 | void dump_vma(const struct vm_area_struct *vma); | ||
11 | 13 | ||
12 | #ifdef CONFIG_DEBUG_VM | 14 | #ifdef CONFIG_DEBUG_VM |
13 | #define VM_BUG_ON(cond) BUG_ON(cond) | 15 | #define VM_BUG_ON(cond) BUG_ON(cond) |