diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-10-11 18:41:01 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-14 00:53:14 -0400 |
commit | bbe0b5eb578155e4e716c8cf5b23ba67bab338e2 (patch) | |
tree | ef3fcc5d2a6e1fe5c2c67a13149cb451287677a7 /arch/sparc64/kernel/pci_psycho.c | |
parent | 759f89e03c9e5656ff18c02e21b439506f7c0cdc (diff) |
[SPARC64]: Kill pci_memspace_mask.
It is totally unnecessary as the needed information is properly
encoded in the resources.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/pci_psycho.c')
-rw-r--r-- | arch/sparc64/kernel/pci_psycho.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc64/kernel/pci_psycho.c b/arch/sparc64/kernel/pci_psycho.c index b6b4cfea5b5f..d27ee5d528a2 100644 --- a/arch/sparc64/kernel/pci_psycho.c +++ b/arch/sparc64/kernel/pci_psycho.c | |||
@@ -1058,12 +1058,6 @@ void psycho_init(struct device_node *dp, char *model_name) | |||
1058 | p->pbm_A.config_space = p->pbm_B.config_space = | 1058 | p->pbm_A.config_space = p->pbm_B.config_space = |
1059 | (pr_regs[2].phys_addr + PSYCHO_CONFIGSPACE); | 1059 | (pr_regs[2].phys_addr + PSYCHO_CONFIGSPACE); |
1060 | 1060 | ||
1061 | /* | ||
1062 | * Psycho's PCI MEM space is mapped to a 2GB aligned area, so | ||
1063 | * we need to adjust our MEM space mask. | ||
1064 | */ | ||
1065 | pci_memspace_mask = 0x7fffffffUL; | ||
1066 | |||
1067 | psycho_controller_hwinit(&p->pbm_A); | 1061 | psycho_controller_hwinit(&p->pbm_A); |
1068 | 1062 | ||
1069 | if (psycho_iommu_init(&p->pbm_A)) | 1063 | if (psycho_iommu_init(&p->pbm_A)) |