diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-25 23:30:08 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-26 17:45:11 +0300 |
commit | c39ae60dfbda66922f644193b91850abcd4d588c (patch) | |
tree | 2a3eafebe82a25988083d79cdd74ca2b0fa696db /arch/arm64/include/asm | |
parent | 20e3267601f95ff62d7a3116a17a680e9f5cbcc9 (diff) | |
download | linux-c39ae60dfbda66922f644193b91850abcd4d588c.tar.xz |
block: remove ARCH_BIOVEC_PHYS_MERGEABLE
Take the Xen check into the core code instead of delegating it to
the architectures.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/arm64/include/asm')
-rw-r--r-- | arch/arm64/include/asm/io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/io.h b/arch/arm64/include/asm/io.h index 06119ee511cd..18f6ae6a43f1 100644 --- a/arch/arm64/include/asm/io.h +++ b/arch/arm64/include/asm/io.h @@ -205,8 +205,5 @@ extern int valid_mmap_phys_addr_range(unsigned long pfn, size_t size); extern int devmem_is_allowed(unsigned long pfn); -#define ARCH_BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ - (!xen_domain() || xen_biovec_phys_mergeable(vec1, vec2)) - #endif /* __KERNEL__ */ #endif /* __ASM_IO_H */ |