diff options
Diffstat (limited to 'fs/proc/page.c')
-rw-r--r-- | fs/proc/page.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |