diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/agp/uninorth-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c index 2e993112ab88..4317a5588daf 100644 --- a/drivers/char/agp/uninorth-agp.c +++ b/drivers/char/agp/uninorth-agp.c | |||
@@ -135,7 +135,7 @@ static int uninorth_configure(void) | |||
135 | if (is_u3) { | 135 | if (is_u3) { |
136 | pci_write_config_dword(agp_bridge->dev, | 136 | pci_write_config_dword(agp_bridge->dev, |
137 | UNI_N_CFG_GART_DUMMY_PAGE, | 137 | UNI_N_CFG_GART_DUMMY_PAGE, |
138 | agp_bridge->scratch_page_real >> 12); | 138 | page_to_phys(agp_bridge->scratch_page_page) >> 12); |
139 | } | 139 | } |
140 | 140 | ||
141 | return 0; | 141 | return 0; |