parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitions
The block layer dropped the virtual merge feature
(b8b3e16cfe
). BIO_VMERGE_BOUNDARY and
BIO_VMERGE_MAX_SIZE definitions are meaningless now.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:

committed by
Kyle McMartin

parent
022b769045
commit
0063507787
@@ -4,12 +4,6 @@
|
||||
#include <linux/types.h>
|
||||
#include <asm/pgtable.h>
|
||||
|
||||
extern unsigned long parisc_vmerge_boundary;
|
||||
extern unsigned long parisc_vmerge_max_size;
|
||||
|
||||
#define BIO_VMERGE_BOUNDARY parisc_vmerge_boundary
|
||||
#define BIO_VMERGE_MAX_SIZE parisc_vmerge_max_size
|
||||
|
||||
#define virt_to_phys(a) ((unsigned long)__pa(a))
|
||||
#define phys_to_virt(a) __va(a)
|
||||
#define virt_to_bus virt_to_phys
|
||||
|
Reference in New Issue
Block a user