diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-18 12:06:19 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-18 16:54:16 -0400 |
commit | f6d2ce00da145ae31ec22d21daca6ca5e22b3c84 (patch) | |
tree | bb030290bc253b37bfad91de618c6f080f0b0af9 /arch/tile/kernel/setup.c | |
parent | f1006257893917dfb1e0d74cb47b18c0e2908693 (diff) |
tile: updates to pci root complex from community feedback
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/setup.c')
-rw-r--r-- | arch/tile/kernel/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/tile/kernel/setup.c b/arch/tile/kernel/setup.c index 2b8b689e596d..6a649a4462d3 100644 --- a/arch/tile/kernel/setup.c +++ b/arch/tile/kernel/setup.c | |||
@@ -1536,8 +1536,7 @@ static struct resource code_resource = { | |||
1536 | 1536 | ||
1537 | /* | 1537 | /* |
1538 | * On Pro, we reserve all resources above 4GB so that PCI won't try to put | 1538 | * On Pro, we reserve all resources above 4GB so that PCI won't try to put |
1539 | * mappings above 4GB; the standard allows that for some devices but | 1539 | * mappings above 4GB. |
1540 | * the probing code trunates values to 32 bits. | ||
1541 | */ | 1540 | */ |
1542 | #if defined(CONFIG_PCI) && !defined(__tilegx__) | 1541 | #if defined(CONFIG_PCI) && !defined(__tilegx__) |
1543 | static struct resource* __init | 1542 | static struct resource* __init |
@@ -1584,7 +1583,6 @@ static int __init request_standard_resources(void) | |||
1584 | int i; | 1583 | int i; |
1585 | enum { CODE_DELTA = MEM_SV_INTRPT - PAGE_OFFSET }; | 1584 | enum { CODE_DELTA = MEM_SV_INTRPT - PAGE_OFFSET }; |
1586 | 1585 | ||
1587 | iomem_resource.end = -1LL; | ||
1588 | #if defined(CONFIG_PCI) && !defined(__tilegx__) | 1586 | #if defined(CONFIG_PCI) && !defined(__tilegx__) |
1589 | insert_non_bus_resource(); | 1587 | insert_non_bus_resource(); |
1590 | #endif | 1588 | #endif |