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_schizo.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_schizo.c')
-rw-r--r-- | arch/sparc64/kernel/pci_schizo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc64/kernel/pci_schizo.c b/arch/sparc64/kernel/pci_schizo.c index 3c30bfa1f3a3..9546ba9f5dee 100644 --- a/arch/sparc64/kernel/pci_schizo.c +++ b/arch/sparc64/kernel/pci_schizo.c | |||
@@ -1464,9 +1464,6 @@ static void __schizo_init(struct device_node *dp, char *model_name, int chip_typ | |||
1464 | 1464 | ||
1465 | p->pbm_B.iommu = iommu; | 1465 | p->pbm_B.iommu = iommu; |
1466 | 1466 | ||
1467 | /* Like PSYCHO we have a 2GB aligned area for memory space. */ | ||
1468 | pci_memspace_mask = 0x7fffffffUL; | ||
1469 | |||
1470 | if (schizo_pbm_init(p, dp, portid, chip_type)) | 1467 | if (schizo_pbm_init(p, dp, portid, chip_type)) |
1471 | goto fatal_memory_error; | 1468 | goto fatal_memory_error; |
1472 | 1469 | ||