diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/proc/meminfo.c | 4 | ||||
-rw-r--r-- | fs/proc/page.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/fs/proc/meminfo.c b/fs/proc/meminfo.c index c6b0302af4c4..d5c410d47fae 100644 --- a/fs/proc/meminfo.c +++ b/fs/proc/meminfo.c | |||
@@ -64,10 +64,8 @@ static int meminfo_proc_show(struct seq_file *m, void *v) | |||
64 | "Inactive(anon): %8lu kB\n" | 64 | "Inactive(anon): %8lu kB\n" |
65 | "Active(file): %8lu kB\n" | 65 | "Active(file): %8lu kB\n" |
66 | "Inactive(file): %8lu kB\n" | 66 | "Inactive(file): %8lu kB\n" |
67 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
68 | "Unevictable: %8lu kB\n" | 67 | "Unevictable: %8lu kB\n" |
69 | "Mlocked: %8lu kB\n" | 68 | "Mlocked: %8lu kB\n" |
70 | #endif | ||
71 | #ifdef CONFIG_HIGHMEM | 69 | #ifdef CONFIG_HIGHMEM |
72 | "HighTotal: %8lu kB\n" | 70 | "HighTotal: %8lu kB\n" |
73 | "HighFree: %8lu kB\n" | 71 | "HighFree: %8lu kB\n" |
@@ -109,10 +107,8 @@ static int meminfo_proc_show(struct seq_file *m, void *v) | |||
109 | K(pages[LRU_INACTIVE_ANON]), | 107 | K(pages[LRU_INACTIVE_ANON]), |
110 | K(pages[LRU_ACTIVE_FILE]), | 108 | K(pages[LRU_ACTIVE_FILE]), |
111 | K(pages[LRU_INACTIVE_FILE]), | 109 | K(pages[LRU_INACTIVE_FILE]), |
112 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
113 | K(pages[LRU_UNEVICTABLE]), | 110 | K(pages[LRU_UNEVICTABLE]), |
114 | K(global_page_state(NR_MLOCK)), | 111 | K(global_page_state(NR_MLOCK)), |
115 | #endif | ||
116 | #ifdef CONFIG_HIGHMEM | 112 | #ifdef CONFIG_HIGHMEM |
117 | K(i.totalhigh), | 113 | K(i.totalhigh), |
118 | K(i.freehigh), | 114 | K(i.freehigh), |
diff --git a/fs/proc/page.c b/fs/proc/page.c index 9d926bd279a4..2707c6c7a20f 100644 --- a/fs/proc/page.c +++ b/fs/proc/page.c | |||
@@ -172,10 +172,8 @@ static u64 get_uflags(struct page *page) | |||
172 | u |= kpf_copy_bit(k, KPF_SWAPCACHE, PG_swapcache); | 172 | u |= kpf_copy_bit(k, KPF_SWAPCACHE, PG_swapcache); |
173 | u |= kpf_copy_bit(k, KPF_SWAPBACKED, PG_swapbacked); | 173 | u |= kpf_copy_bit(k, KPF_SWAPBACKED, PG_swapbacked); |
174 | 174 | ||
175 | #ifdef CONFIG_UNEVICTABLE_LRU | ||
176 | u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); | 175 | u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); |
177 | u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); | 176 | u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); |
178 | #endif | ||
179 | 177 | ||
180 | #ifdef CONFIG_IA64_UNCACHED_ALLOCATOR | 178 | #ifdef CONFIG_IA64_UNCACHED_ALLOCATOR |
181 | u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); | 179 | u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached); |