diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/agp/intel-agp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index a9fdbf9126ca..55392a45a14b 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
@@ -431,9 +431,8 @@ static void intel_i830_init_gtt_entries(void) | |||
431 | 431 | ||
432 | if (IS_I965) { | 432 | if (IS_I965) { |
433 | u32 pgetbl_ctl; | 433 | u32 pgetbl_ctl; |
434 | pgetbl_ctl = readl(intel_i830_private.registers+I810_PGETBL_CTL); | ||
434 | 435 | ||
435 | pci_read_config_dword(agp_bridge->dev, I810_PGETBL_CTL, | ||
436 | &pgetbl_ctl); | ||
437 | /* The 965 has a field telling us the size of the GTT, | 436 | /* The 965 has a field telling us the size of the GTT, |
438 | * which may be larger than what is necessary to map the | 437 | * which may be larger than what is necessary to map the |
439 | * aperture. | 438 | * aperture. |