Skip to content

Commit

Permalink
agp: parisc-agp.c - use correct page_mask function
Browse files Browse the repository at this point in the history
This commit:

Commit 2a4ceb6
Author: David Woodhouse <[email protected]>
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: Helge Deller <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
hdeller authored and Kyle McMartin committed Oct 3, 2009
1 parent 8cf06fc commit 4ef8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/agp/parisc-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static const struct agp_bridge_driver parisc_agp_driver = {
.configure = parisc_agp_configure,
.fetch_size = parisc_agp_fetch_size,
.tlb_flush = parisc_agp_tlbflush,
.mask_memory = parisc_agp_page_mask_memory,
.mask_memory = parisc_agp_mask_memory,
.masks = parisc_agp_masks,
.agp_enable = parisc_agp_enable,
.cache_flush = global_cache_flush,
Expand Down

0 comments on commit 4ef8774

Please sign in to comment.