summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i5000/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i5000/northbridge.c')
-rw-r--r--src/northbridge/intel/i5000/northbridge.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/northbridge/intel/i5000/northbridge.c b/src/northbridge/intel/i5000/northbridge.c
index 01f150e82b..c28b0c1c42 100644
--- a/src/northbridge/intel/i5000/northbridge.c
+++ b/src/northbridge/intel/i5000/northbridge.c
@@ -111,10 +111,7 @@ static void mc_read_resources(device_t dev)
resource->flags = IORESOURCE_MEM | IORESOURCE_RESERVE |
IORESOURCE_FIXED | IORESOURCE_STORED | IORESOURCE_ASSIGNED;
- /* Leave some space for ACPI, PIRQ and MP tables */
- high_tables_base = tolm - HIGH_MEMORY_SIZE;
- high_tables_size = HIGH_MEMORY_SIZE;
- printk(BIOS_DEBUG, "high_tables_base: %08llx, size %lld\n", high_tables_base, high_tables_size);
+ set_top_of_ram(tolm);
}
static struct pci_operations intel_pci_ops = {