Skip to content

Commit

Permalink
sparc64: Do not define BIO_VMERGE_BOUNDARY.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jul 21, 2008
1 parent e4f2506 commit 74988bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-sparc/io_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 74988bd

Please sign in to comment.