|
@@ -146,7 +146,7 @@ u64 stable_page_flags(struct page *page)
|
|
u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison);
|
|
u |= kpf_copy_bit(k, KPF_HWPOISON, PG_hwpoison);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_IA64_UNCACHED_ALLOCATOR
|
|
|
|
|
|
+#ifdef CONFIG_ARCH_USES_PG_UNCACHED
|
|
u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached);
|
|
u |= kpf_copy_bit(k, KPF_UNCACHED, PG_uncached);
|
|
#endif
|
|
#endif
|
|
|
|
|