diff options
Diffstat (limited to 'fs/proc/task_mmu.c')
| -rw-r--r-- | fs/proc/task_mmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/proc/task_mmu.c b/fs/proc/task_mmu.c index bbd9b145051d..38338ed98cc6 100644 --- a/fs/proc/task_mmu.c +++ b/fs/proc/task_mmu.c | |||
| @@ -337,6 +337,7 @@ const struct file_operations proc_maps_operations = { | |||
| 337 | */ | 337 | */ |
| 338 | #define PSS_SHIFT 12 | 338 | #define PSS_SHIFT 12 |
| 339 | 339 | ||
| 340 | #ifdef CONFIG_PROC_PAGE_MONITOR | ||
| 340 | struct mem_size_stats | 341 | struct mem_size_stats |
| 341 | { | 342 | { |
| 342 | struct vm_area_struct *vma; | 343 | struct vm_area_struct *vma; |
| @@ -717,6 +718,7 @@ const struct file_operations proc_pagemap_operations = { | |||
| 717 | .llseek = mem_lseek, /* borrow this */ | 718 | .llseek = mem_lseek, /* borrow this */ |
| 718 | .read = pagemap_read, | 719 | .read = pagemap_read, |
| 719 | }; | 720 | }; |
| 721 | #endif /* CONFIG_PROC_PAGE_MONITOR */ | ||
| 720 | 722 | ||
| 721 | #ifdef CONFIG_NUMA | 723 | #ifdef CONFIG_NUMA |
| 722 | extern int show_numa_map(struct seq_file *m, void *v); | 724 | extern int show_numa_map(struct seq_file *m, void *v); |
