All of lore.kernel.org
 help / color / mirror / Atom feed
* agp: parisc-agp.c - use correct page_mask function
@ 2009-09-27 21:13 Helge Deller
  2009-09-28  3:24 ` Kyle McMartin
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2009-09-27 21:13 UTC (permalink / raw)
  To: David Woodhouse, Kyle McMartin, linux-parisc, David Airlie

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>

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,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: agp: parisc-agp.c - use correct page_mask function
  2009-09-27 21:13 agp: parisc-agp.c - use correct page_mask function Helge Deller
@ 2009-09-28  3:24 ` Kyle McMartin
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle McMartin @ 2009-09-28  3:24 UTC (permalink / raw)
  To: Helge Deller; +Cc: David Woodhouse, Kyle McMartin, linux-parisc, David Airlie

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-28  3:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 21:13 agp: parisc-agp.c - use correct page_mask function Helge Deller
2009-09-28  3:24 ` Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.