Commit ba27a6f2 authored by Dave Jones's avatar Dave Jones

[AGPGART] Fix up compile for i460-agp

Missed conversion when killing off the APBASE defines.
parent f04759b8
......@@ -128,7 +128,7 @@ static int i460_fetch_size (void)
if (temp & I460_BAPBASE_ENABLE)
i460.dynamic_apbase = INTEL_I460_BAPBASE;
else
i460.dynamic_apbase = INTEL_I460_APBASE;
i460.dynamic_apbase = AGP_APBASE;
for (i = 0; i < agp_bridge->driver->num_aperture_sizes; i++) {
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment