diff options
Diffstat (limited to 'arch/x86/include/asm/xen/page.h')
-rw-r--r-- | arch/x86/include/asm/xen/page.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/xen/page.h b/arch/x86/include/asm/xen/page.h index c949923a5668..f58ef6c0613b 100644 --- a/arch/x86/include/asm/xen/page.h +++ b/arch/x86/include/asm/xen/page.h | |||
@@ -236,4 +236,11 @@ void make_lowmem_page_readwrite(void *vaddr); | |||
236 | #define xen_remap(cookie, size) ioremap((cookie), (size)); | 236 | #define xen_remap(cookie, size) ioremap((cookie), (size)); |
237 | #define xen_unmap(cookie) iounmap((cookie)) | 237 | #define xen_unmap(cookie) iounmap((cookie)) |
238 | 238 | ||
239 | static inline bool xen_arch_need_swiotlb(struct device *dev, | ||
240 | unsigned long pfn, | ||
241 | unsigned long mfn) | ||
242 | { | ||
243 | return false; | ||
244 | } | ||
245 | |||
239 | #endif /* _ASM_X86_XEN_PAGE_H */ | 246 | #endif /* _ASM_X86_XEN_PAGE_H */ |