Commit 4ef8774c authored by Helge Deller's avatar Helge Deller Committed by Kyle McMartin

agp: parisc-agp.c - use correct page_mask function

This commit:

Commit 2a4ceb6d
Author: David Woodhouse <David.Woodhouse@intel.com>
Date:   Mon Jul 27 10:27:29 2009 +0100
     agp: Switch mask_memory() method to take address argument again, not page

broke the parisc AGP driver (again). This patch fixes it.
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Acked-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 8cf06fc9
...@@ -217,7 +217,7 @@ static const struct agp_bridge_driver parisc_agp_driver = { ...@@ -217,7 +217,7 @@ static const struct agp_bridge_driver parisc_agp_driver = {
.configure = parisc_agp_configure, .configure = parisc_agp_configure,
.fetch_size = parisc_agp_fetch_size, .fetch_size = parisc_agp_fetch_size,
.tlb_flush = parisc_agp_tlbflush, .tlb_flush = parisc_agp_tlbflush,
.mask_memory = parisc_agp_page_mask_memory, .mask_memory = parisc_agp_mask_memory,
.masks = parisc_agp_masks, .masks = parisc_agp_masks,
.agp_enable = parisc_agp_enable, .agp_enable = parisc_agp_enable,
.cache_flush = global_cache_flush, .cache_flush = global_cache_flush,
......
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