Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128002
b: refs/heads/master
c: 0063507
h: refs/heads/master
v: v3
  • Loading branch information
FUJITA Tomonori authored and Kyle McMartin committed Jan 5, 2009
1 parent 5d34f40 commit d6e13f1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 022b7690454ebf945d46467fea7b5f47bbb9b420
refs/heads/master: 0063507787ee7b385a8cbe7521469acf33341eb6
6 changes: 0 additions & 6 deletions trunk/arch/parisc/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/parisc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ int parisc_bus_is_phys __read_mostly = 1; /* Assume no IOMMU is present */
EXPORT_SYMBOL(parisc_bus_is_phys);
#endif

/* This sets the vmerge boundary and size, it's here because it has to
* be available on all platforms (zero means no-virtual merging) */
unsigned long parisc_vmerge_boundary = 0;
unsigned long parisc_vmerge_max_size = 0;

void __init setup_cmdline(char **cmdline_p)
{
extern unsigned int boot_args[];
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/parisc/ccio-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1578,8 +1578,6 @@ static int __init ccio_probe(struct parisc_device *dev)

ioc_count++;

parisc_vmerge_boundary = IOVP_SIZE;
parisc_vmerge_max_size = BITS_PER_LONG * IOVP_SIZE;
parisc_has_iommu();
return 0;
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/parisc/sba_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1978,8 +1978,6 @@ static int sba_driver_callback(struct parisc_device *dev)
proc_create("sba_iommu-bitmap", 0, root, &sba_proc_bitmap_fops);
#endif

parisc_vmerge_boundary = IOVP_SIZE;
parisc_vmerge_max_size = IOVP_SIZE * BITS_PER_LONG;
parisc_has_iommu();
return 0;
}
Expand Down

0 comments on commit d6e13f1

Please sign in to comment.