diff options
author | David S. Miller <davem@davemloft.net> | 2008-07-21 13:17:38 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-08-01 12:43:06 -0700 |
commit | ff7cd39223eb9ce6e668535fcad851ab0ea5876c (patch) | |
tree | b0ba04a3787054e87344086f7ea232f179267393 | |
parent | 548da331d07cc879c529b11f82ecd6d4efea5e73 (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>
-rw-r--r-- | include/asm-sparc64/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/io.h b/include/asm-sparc64/io.h index 3158960f3eb..38e7ba6091e 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) { |