Message ID | 4ABFD560.9080302@gmx.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Sun, Sep 27, 2009 at 11:13:04PM +0200, Helge Deller wrote: > This commit: > > Commit 2a4ceb6d3e6a566cb4a9dc8f974177f031d27cd7 > 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: Helge Deller <deller@gmx.de> > Acked-by: Kyle McMartin <kyle@mcmartin.ca> airlied, please apply. Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/char/agp/parisc-agp.c b/drivers/char/agp/parisc-agp.c index 60ab751..1c12921 100644 --- a/drivers/char/agp/parisc-agp.c +++ b/drivers/char/agp/parisc-agp.c @@ -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,
This commit: Commit 2a4ceb6d3e6a566cb4a9dc8f974177f031d27cd7 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: Helge Deller <deller@gmx.de> -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html