summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-07-21 13:17:38 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-08-01 11:50:43 -0700
commit3d050b676de95e25d0f58dd8f5aec17d9a24fe72 (patch)
treed24ba80e793f32c1827596bfa9bfa466ecdb5ca1 /include
parentfc4fc6aa87f0c3be05f7deacea807cd4a574bc05 (diff)
sparc64: Do not define BIO_VMERGE_BOUNDARY.
[ Upstream commit 74988bd85d1cb97987534fd7ffbc570e81145418 ] The IOMMU code and the block layer can split things up using different rules, so this can't work reliably. Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/io.h b/include/asm-sparc64/io.h
index c299b853b5ba..56fe3b967e12 100644
--- a/include/asm-sparc64/io.h
+++ b/include/asm-sparc64/io.h
@@ -16,7 +16,6 @@
/* BIO layer definitions. */
extern unsigned long kern_base, kern_size;
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
-#define BIO_VMERGE_BOUNDARY 8192
static inline u8 _inb(unsigned long addr)
{